#9E1CB8

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

Shades of Dark Orchid #9E1CB8

Tints of Dark Orchid #9E1CB8

Color information

#9E1CB8 (or 0x9E1CB8) is unknown color: approx Dark Orchid. HEX triplet: 9E, 1C and B8. RGB value is (158,28,184). Sum of RGB (Red+Green+Blue) = 158+28+184=370 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.70% from 370); Green value is 28 (11.33% from 255 or 7.57% from 370); Blue value is 184 (72.27% from 255 or 49.73% from 370); Max value from RGB is 184 - color contains mainly: blue. Hex color #9E1CB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E1CB8 is #61E347. Grayscale: #545454. Windows color (decimal): -6415176 or 12065950. OLE color: 12065950.

HSL color Cylindrical-coordinate representation of color #9E1CB8: hue angle of 290º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9E1CB8 is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB15828184-
CMYK0.140.8500.28
HSL290º73.58%41.57%-
HSV(B)290º84.78%72.16%-
XYZ23.1711.5646.36-
YUV84.65184.07180.32-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 42.70%
GREEN value IS 28 (11.33% from 255) = 7.57%
BLUE value IS 184 (72.27% from 255) = 49.73%
R=42.70%
G=7.57%
B=49.73%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal158281840.140.8500.2829073.5841.57
Hex9E1CB8E5501C1224a2a
Octal236342701612503444211252
Binary100111101110010111000111010101010111001001000101001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1CB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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