#9E33BA

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

Shades of Dark Orchid #9E33BA

Tints of Dark Orchid #9E33BA

Color information

#9E33BA (or 0x9E33BA) is unknown color: approx Dark Orchid. HEX triplet: 9E, 33 and BA. RGB value is (158,51,186). Sum of RGB (Red+Green+Blue) = 158+51+186=395 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40% from 395); Green value is 51 (20.31% from 255 or 12.91% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #9E33BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E33BA is #61CC45. Grayscale: #616161. Windows color (decimal): -6409286 or 12202910. OLE color: 12202910.

HSL color Cylindrical-coordinate representation of color #9E33BA: hue angle of 287.56º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9E33BA is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15851186-
CMYK0.150.7300.27
HSL287.56º56.96%46.47%-
HSV(B)287.56º72.58%72.94%-
XYZ24.1513.1847.73-
YUV98.38177.45170.52-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40%
GREEN value IS 51 (20.31% from 255) = 12.91%
BLUE value IS 186 (73.05% from 255) = 47.09%
R=40%
G=12.91%
B=47.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal158511860.150.7300.27287.5656.9646.47
Hex9E33BAF4901B120392e
Octal23663272171110334407156
Binary100111101100111011101011111001001011011100100000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E33BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,51,186); }

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

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

 a { background-color: rgb(158,51,186); }

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

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

 span { border-color: rgb(158,51,186); }

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