#9E19AC

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

Shades of Dark Orchid #9E19AC

Tints of Dark Orchid #9E19AC

Color information

#9E19AC (or 0x9E19AC) is unknown color: approx Dark Orchid. HEX triplet: 9E, 19 and AC. RGB value is (158,25,172). Sum of RGB (Red+Green+Blue) = 158+25+172=355 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.51% from 355); Green value is 25 (10.16% from 255 or 7.04% from 355); Blue value is 172 (67.58% from 255 or 48.45% from 355); Max value from RGB is 172 - color contains mainly: blue. Hex color #9E19AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E19AC is #61E653. Grayscale: #515151. Windows color (decimal): -6415956 or 11278750. OLE color: 11278750.

HSL color Cylindrical-coordinate representation of color #9E19AC: hue angle of 294.29º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9E19AC is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15825172-
CMYK0.080.8500.33
HSL294.29º74.62%38.63%-
HSV(B)294.29º85.47%67.45%-
XYZ21.8910.9439.99-
YUV81.52179.06182.55-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 44.51%
GREEN value IS 25 (10.16% from 255) = 7.04%
BLUE value IS 172 (67.58% from 255) = 48.45%
R=44.51%
G=7.04%
B=48.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal158251720.080.8500.33294.2974.6238.63
Hex9E19AC8550211264b27
Octal236312541012504144611347
Binary1001111011001101011001000101010101000011001001101001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E19AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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