#9E2BAE

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

Shades of Dark Orchid #9E2BAE

Tints of Dark Orchid #9E2BAE

Color information

#9E2BAE (or 0x9E2BAE) is unknown color: approx Dark Orchid. HEX triplet: 9E, 2B and AE. RGB value is (158,43,174). Sum of RGB (Red+Green+Blue) = 158+43+174=375 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.13% from 375); Green value is 43 (17.19% from 255 or 11.47% from 375); Blue value is 174 (68.36% from 255 or 46.4% from 375); Max value from RGB is 174 - color contains mainly: blue. Hex color #9E2BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E2BAE is #61D451. Grayscale: #5B5B5B. Windows color (decimal): -6411346 or 11414430. OLE color: 11414430.

HSL color Cylindrical-coordinate representation of color #9E2BAE: hue angle of 292.67º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9E2BAE is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15843174-
CMYK0.090.7500.32
HSL292.67º60.37%42.55%-
HSV(B)292.67º75.29%68.24%-
XYZ22.612.0541.18-
YUV92.32174.1174.85-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 42.13%
GREEN value IS 43 (17.19% from 255) = 11.47%
BLUE value IS 174 (68.36% from 255) = 46.4%
R=42.13%
G=11.47%
B=46.4%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal158431740.090.7500.32292.6760.3742.55
Hex9E2BAE94B0201253c2b
Octal23653256111130404457453
Binary1001111010101110101110100110010110100000100100101111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E2BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,43,174); }

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

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

 a { background-color: rgb(158,43,174); }

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

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

 span { border-color: rgb(158,43,174); }

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