#9E21AF

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

Shades of Dark Orchid #9E21AF

Tints of Dark Orchid #9E21AF

Color information

#9E21AF (or 0x9E21AF) is unknown color: approx Dark Orchid. HEX triplet: 9E, 21 and AF. RGB value is (158,33,175). Sum of RGB (Red+Green+Blue) = 158+33+175=366 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.17% from 366); Green value is 33 (13.28% from 255 or 9.02% from 366); Blue value is 175 (68.75% from 255 or 47.81% from 366); Max value from RGB is 175 - color contains mainly: blue. Hex color #9E21AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E21AF is #61DE50. Grayscale: #565656. Windows color (decimal): -6413905 or 11477406. OLE color: 11477406.

HSL color Cylindrical-coordinate representation of color #9E21AF: hue angle of 292.82º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9E21AF is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB15833175-
CMYK0.100.8100.31
HSL292.82º68.27%40.78%-
HSV(B)292.82º81.14%68.63%-
XYZ22.3811.4541.59-
YUV86.56177.91178.95-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 43.17%
GREEN value IS 33 (13.28% from 255) = 9.02%
BLUE value IS 175 (68.75% from 255) = 47.81%
R=43.17%
G=9.02%
B=47.81%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal158331750.100.8100.31292.8268.2740.78
Hex9E21AFA5101F1254429
Octal236412571212103744510451
Binary1001111010000110101111101010100010111111001001011000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E21AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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