#9E1BB7

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

Shades of Dark Orchid #9E1BB7

Tints of Dark Orchid #9E1BB7

Color information

#9E1BB7 (or 0x9E1BB7) is unknown color: approx Dark Orchid. HEX triplet: 9E, 1B and B7. RGB value is (158,27,183). Sum of RGB (Red+Green+Blue) = 158+27+183=368 (48% of max value = 765). Red value is 158 (62.11% from 255 or 42.93% from 368); Green value is 27 (10.94% from 255 or 7.34% from 368); Blue value is 183 (71.88% from 255 or 49.73% from 368); Max value from RGB is 183 - color contains mainly: blue. Hex color #9E1BB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E1BB7 is #61E448. Grayscale: #535353. Windows color (decimal): -6415433 or 12000158. OLE color: 12000158.

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

Color convert

RGB15827183-
CMYK0.140.8500.28
HSL290.38º74.29%41.18%-
HSV(B)290.38º85.25%71.76%-
XYZ23.0411.4745.8-
YUV83.95183.9180.82-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 42.93%
GREEN value IS 27 (10.94% from 255) = 7.34%
BLUE value IS 183 (71.88% from 255) = 49.73%
R=42.93%
G=7.34%
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
Decimal158271830.140.8500.28290.3874.2941.18
Hex9E1BB7E5501C1224a29
Octal236332671612503444211251
Binary100111101101110110111111010101010111001001000101001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,27,183); }

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

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

 a { background-color: rgb(158,27,183); }

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

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

 span { border-color: rgb(158,27,183); }

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