#9E19C0

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

Shades of Dark Orchid #9E19C0

Tints of Dark Orchid #9E19C0

Color information

#9E19C0 (or 0x9E19C0) is unknown color: approx Dark Orchid. HEX triplet: 9E, 19 and C0. RGB value is (158,25,192). Sum of RGB (Red+Green+Blue) = 158+25+192=375 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.13% from 375); Green value is 25 (10.16% from 255 or 6.67% from 375); Blue value is 192 (75.39% from 255 or 51.2% from 375); Max value from RGB is 192 - color contains mainly: blue. Hex color #9E19C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E19C0 is #61E63F. Grayscale: #535353. Windows color (decimal): -6415936 or 12589470. OLE color: 12589470.

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

Color convert

RGB15825192-
CMYK0.180.8700.25
HSL287.78º76.96%42.55%-
HSV(B)287.78º86.98%75.29%-
XYZ23.9611.7750.88-
YUV83.8189.06180.92-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 42.13%
GREEN value IS 25 (10.16% from 255) = 6.67%
BLUE value IS 192 (75.39% from 255) = 51.2%
R=42.13%
G=6.67%
B=51.2%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal158251920.180.8700.25287.7876.9642.55
Hex9E19C012570191204d2b
Octal236313002212703144011553
Binary1001111011001110000001001010101110110011001000001001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E19C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,25,192); }

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

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

 a { background-color: rgb(158,25,192); }

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

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

 span { border-color: rgb(158,25,192); }

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