#9E1DBC

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

Shades of Dark Orchid #9E1DBC

Tints of Dark Orchid #9E1DBC

Color information

#9E1DBC (or 0x9E1DBC) is unknown color: approx Dark Orchid. HEX triplet: 9E, 1D and BC. RGB value is (158,29,188). Sum of RGB (Red+Green+Blue) = 158+29+188=375 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.13% from 375); Green value is 29 (11.72% from 255 or 7.73% from 375); Blue value is 188 (73.83% from 255 or 50.13% from 375); Max value from RGB is 188 - color contains mainly: blue. Hex color #9E1DBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E1DBC is #61E243. Grayscale: #555555. Windows color (decimal): -6414916 or 12328350. OLE color: 12328350.

HSL color Cylindrical-coordinate representation of color #9E1DBC: hue angle of 288.68º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9E1DBC is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB15829188-
CMYK0.160.8500.26
HSL288.68º73.27%42.55%-
HSV(B)288.68º84.57%73.73%-
XYZ23.6211.7848.61-
YUV85.7185.74179.57-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 42.13%
GREEN value IS 29 (11.72% from 255) = 7.73%
BLUE value IS 188 (73.83% from 255) = 50.13%
R=42.13%
G=7.73%
B=50.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal158291880.160.8500.26288.6873.2742.55
Hex9E1DBC105501A121492b
Octal236352742012503244111153
Binary1001111011101101111001000010101010110101001000011001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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