#9C31D9

Color #9C31D9 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #9C31D9

Tints of Dark Orchid #9C31D9

Color information

#9C31D9 (or 0x9C31D9) is unknown color: approx Dark Orchid. HEX triplet: 9C, 31 and D9. RGB value is (156,49,217). Sum of RGB (Red+Green+Blue) = 156+49+217=422 (55% of max value = 765). Red value is 156 (61.33% from 255 or 36.97% from 422); Green value is 49 (19.53% from 255 or 11.61% from 422); Blue value is 217 (85.16% from 255 or 51.42% from 422); Max value from RGB is 217 - color contains mainly: blue. Hex color #9C31D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C31D9 is #63CE26. Grayscale: #636363. Windows color (decimal): -6540839 or 14234012. OLE color: 14234012.

HSL color Cylindrical-coordinate representation of color #9C31D9: hue angle of 278.21º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9C31D9 is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB15649217-
CMYK0.280.7700.15
HSL278.21º68.85%52.16%-
HSV(B)278.21º77.42%85.1%-
XYZ27.3314.2766.96-
YUV100.14193.95167.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 156 (61.33% from 255) = 36.97%
GREEN value IS 49 (19.53% from 255) = 11.61%
BLUE value IS 217 (85.16% from 255) = 51.42%
R=36.97%
G=11.61%
B=51.42%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal156492170.280.7700.15278.2168.8552.16
Hex9C31D91C4D0F1164534
Octal234613313411501742610564
Binary1001110011000111011001111001001101011111000101101000101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C31D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C31D9; }

 p { color: rgb(156,49,217); }

 H1.HeaderClassName
 {
   color: #9C31D9;
 }
 .AnyTagClassName
 {
   color: #9C31D9;
 }
</style>
background-color css

<style>
 a { background-color: #9C31D9; }

 a { background-color: rgb(156,49,217); }

 div.DivClassName
 {
   background-color: #9C31D9;
 }
 .BgClassName
 {
   background-color: #9C31D9;
 }
</style>
border-color css

<style>
 span { border-color: #9C31D9; }

 span { border-color: rgb(156,49,217); }

 td.TdClassName
 {
   border-color: #9C31D9;
 }
 .TagClassName
 {
   border-color: #9C31D9;
 }
</style>