#9E1CAA

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

Shades of Dark Orchid #9E1CAA

Tints of Dark Orchid #9E1CAA

Color information

#9E1CAA (or 0x9E1CAA) is unknown color: approx Dark Orchid. HEX triplet: 9E, 1C and AA. RGB value is (158,28,170). Sum of RGB (Red+Green+Blue) = 158+28+170=356 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.38% from 356); Green value is 28 (11.33% from 255 or 7.87% from 356); Blue value is 170 (66.80% from 255 or 47.75% from 356); Max value from RGB is 170 - color contains mainly: blue. Hex color #9E1CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E1CAA is #61E355. Grayscale: #525252. Windows color (decimal): -6415190 or 11148446. OLE color: 11148446.

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

Color convert

RGB15828170-
CMYK0.070.8400.33
HSL294.93º71.72%38.82%-
HSV(B)294.93º83.53%66.67%-
XYZ21.771139.01-
YUV83.06177.07181.45-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 44.38%
GREEN value IS 28 (11.33% from 255) = 7.87%
BLUE value IS 170 (66.80% from 255) = 47.75%
R=44.38%
G=7.87%
B=47.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal158281700.070.8400.33294.9371.7238.82
Hex9E1CAA7540211274827
Octal23634252712404144711047
Binary100111101110010101010111101010001000011001001111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,28,170); }

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

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

 a { background-color: rgb(158,28,170); }

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

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

 span { border-color: rgb(158,28,170); }

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