#9E21AE

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

Shades of Dark Orchid #9E21AE

Tints of Dark Orchid #9E21AE

Color information

#9E21AE (or 0x9E21AE) is unknown color: approx Dark Orchid. HEX triplet: 9E, 21 and AE. RGB value is (158,33,174). Sum of RGB (Red+Green+Blue) = 158+33+174=365 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.29% from 365); Green value is 33 (13.28% from 255 or 9.04% from 365); Blue value is 174 (68.36% from 255 or 47.67% from 365); Max value from RGB is 174 - color contains mainly: blue. Hex color #9E21AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E21AE is #61DE51. Grayscale: #565656. Windows color (decimal): -6413906 or 11411870. OLE color: 11411870.

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

Color convert

RGB15833174-
CMYK0.090.8100.32
HSL293.19º68.12%40.59%-
HSV(B)293.19º81.03%68.24%-
XYZ22.2811.4141.07-
YUV86.45177.41179.04-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 43.29%
GREEN value IS 33 (13.28% from 255) = 9.04%
BLUE value IS 174 (68.36% from 255) = 47.67%
R=43.29%
G=9.04%
B=47.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal158331740.090.8100.32293.1968.1240.59
Hex9E21AE9510201254429
Octal236412561112104044510451
Binary10011110100001101011101001101000101000001001001011000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E21AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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