#9E22AD

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

Shades of Dark Orchid #9E22AD

Tints of Dark Orchid #9E22AD

Color information

#9E22AD (or 0x9E22AD) is unknown color: approx Dark Orchid. HEX triplet: 9E, 22 and AD. RGB value is (158,34,173). Sum of RGB (Red+Green+Blue) = 158+34+173=365 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.29% from 365); Green value is 34 (13.67% from 255 or 9.32% from 365); Blue value is 173 (67.97% from 255 or 47.40% from 365); Max value from RGB is 173 - color contains mainly: blue. Hex color #9E22AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E22AD is #61DD52. Grayscale: #565656. Windows color (decimal): -6413651 or 11346590. OLE color: 11346590.

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

Color convert

RGB15834173-
CMYK0.090.8000.32
HSL293.53º67.15%40.59%-
HSV(B)293.53º80.35%67.84%-
XYZ22.2211.4340.57-
YUV86.92176.58178.7-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 43.29%
GREEN value IS 34 (13.67% from 255) = 9.32%
BLUE value IS 173 (67.97% from 255) = 47.40%
R=43.29%
G=9.32%
B=47.40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal158341730.090.8000.32293.5367.1540.59
Hex9E22AD9500201264329
Octal236422551112004044610351
Binary10011110100010101011011001101000001000001001001101000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E22AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,34,173); }

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

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

 a { background-color: rgb(158,34,173); }

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

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

 span { border-color: rgb(158,34,173); }

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