#9E1DB2

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

Shades of Dark Orchid #9E1DB2

Tints of Dark Orchid #9E1DB2

Color information

#9E1DB2 (or 0x9E1DB2) is unknown color: approx Dark Orchid. HEX triplet: 9E, 1D and B2. RGB value is (158,29,178). Sum of RGB (Red+Green+Blue) = 158+29+178=365 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.29% from 365); Green value is 29 (11.72% from 255 or 7.95% from 365); Blue value is 178 (69.92% from 255 or 48.77% from 365); Max value from RGB is 178 - color contains mainly: blue. Hex color #9E1DB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E1DB2 is #61E24D. Grayscale: #545454. Windows color (decimal): -6414926 or 11672990. OLE color: 11672990.

HSL color Cylindrical-coordinate representation of color #9E1DB2: hue angle of 291.95º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9E1DB2 is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB15829178-
CMYK0.110.8400.30
HSL291.95º71.98%40.59%-
HSV(B)291.95º83.71%69.8%-
XYZ22.5811.3643.12-
YUV84.56180.74180.38-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 43.29%
GREEN value IS 29 (11.72% from 255) = 7.95%
BLUE value IS 178 (69.92% from 255) = 48.77%
R=43.29%
G=7.95%
B=48.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal158291780.110.8400.30291.9571.9840.59
Hex9E1DB2B5401E1244829
Octal236352621312403644411051
Binary100111101110110110010101110101000111101001001001001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,29,178); }

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

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

 a { background-color: rgb(158,29,178); }

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

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

 span { border-color: rgb(158,29,178); }

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