#9C1AD4

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

Shades of Dark Orchid #9C1AD4

Tints of Dark Orchid #9C1AD4

Color information

#9C1AD4 (or 0x9C1AD4) is unknown color: approx Dark Orchid. HEX triplet: 9C, 1A and D4. RGB value is (156,26,212). Sum of RGB (Red+Green+Blue) = 156+26+212=394 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.59% from 394); Green value is 26 (10.55% from 255 or 6.60% from 394); Blue value is 212 (83.20% from 255 or 53.81% from 394); Max value from RGB is 212 - color contains mainly: blue. Hex color #9C1AD4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C1AD4 is #63E52B. Grayscale: #555555. Windows color (decimal): -6546732 or 13900444. OLE color: 13900444.

HSL color Cylindrical-coordinate representation of color #9C1AD4: hue angle of 281.94º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9C1AD4 is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB15626212-
CMYK0.260.8800.17
HSL281.94º78.15%46.67%-
HSV(B)281.94º87.74%83.14%-
XYZ25.9612.5663.34-
YUV86.07199.07177.88-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.59%
GREEN value IS 26 (10.55% from 255) = 6.60%
BLUE value IS 212 (83.20% from 255) = 53.81%
R=39.59%
G=6.60%
B=53.81%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal156262120.260.8800.17281.9478.1546.67
Hex9C1AD41A5801111a4e2f
Octal234323243213002143211657
Binary1001110011010110101001101010110000100011000110101001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C1AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,26,212); }

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

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

 a { background-color: rgb(156,26,212); }

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

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

 span { border-color: rgb(156,26,212); }

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