#9E21BA

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

Shades of Dark Orchid #9E21BA

Tints of Dark Orchid #9E21BA

Color information

#9E21BA (or 0x9E21BA) is unknown color: approx Dark Orchid. HEX triplet: 9E, 21 and BA. RGB value is (158,33,186). Sum of RGB (Red+Green+Blue) = 158+33+186=377 (49% of max value = 765). Red value is 158 (62.11% from 255 or 41.91% from 377); Green value is 33 (13.28% from 255 or 8.75% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #9E21BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E21BA is #61DE45. Grayscale: #575757. Windows color (decimal): -6413894 or 12198302. OLE color: 12198302.

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

Color convert

RGB15833186-
CMYK0.150.8200.27
HSL289.02º69.86%42.94%-
HSV(B)289.02º82.26%72.94%-
XYZ23.5111.947.51-
YUV87.82183.41178.06-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 41.91%
GREEN value IS 33 (13.28% from 255) = 8.75%
BLUE value IS 186 (73.05% from 255) = 49.34%
R=41.91%
G=8.75%
B=49.34%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal158331860.150.8200.27289.0269.8642.94
Hex9E21BAF5201B121462b
Octal236412721712203344110653
Binary1001111010000110111010111110100100110111001000011000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E21BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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