#9C19C2

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

Shades of Dark Orchid #9C19C2

Tints of Dark Orchid #9C19C2

Color information

#9C19C2 (or 0x9C19C2) is unknown color: approx Dark Orchid. HEX triplet: 9C, 19 and C2. RGB value is (156,25,194). Sum of RGB (Red+Green+Blue) = 156+25+194=375 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.6% from 375); Green value is 25 (10.16% from 255 or 6.67% from 375); Blue value is 194 (76.17% from 255 or 51.73% from 375); Max value from RGB is 194 - color contains mainly: blue. Hex color #9C19C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C19C2 is #63E63D. Grayscale: #525252. Windows color (decimal): -6547006 or 12720540. OLE color: 12720540.

HSL color Cylindrical-coordinate representation of color #9C19C2: hue angle of 286.51º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9C19C2 is Cyan = 0.20, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB15625194-
CMYK0.200.8700.24
HSL286.51º77.17%42.94%-
HSV(B)286.51º87.11%76.08%-
XYZ23.811.6652.04-
YUV83.44190.4179.76-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.6%
GREEN value IS 25 (10.16% from 255) = 6.67%
BLUE value IS 194 (76.17% from 255) = 51.73%
R=41.6%
G=6.67%
B=51.73%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal156251940.200.8700.24286.5177.1742.94
Hex9C19C2145701811f4d2b
Octal234313022412703043711553
Binary1001110011001110000101010010101110110001000111111001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C19C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,25,194); }

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

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

 a { background-color: rgb(156,25,194); }

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

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

 span { border-color: rgb(156,25,194); }

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