#9E22B9

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

Shades of Dark Orchid #9E22B9

Tints of Dark Orchid #9E22B9

Color information

#9E22B9 (or 0x9E22B9) is unknown color: approx Dark Orchid. HEX triplet: 9E, 22 and B9. RGB value is (158,34,185). Sum of RGB (Red+Green+Blue) = 158+34+185=377 (49% of max value = 765). Red value is 158 (62.11% from 255 or 41.91% from 377); Green value is 34 (13.67% from 255 or 9.02% from 377); Blue value is 185 (72.66% from 255 or 49.07% from 377); Max value from RGB is 185 - color contains mainly: blue. Hex color #9E22B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E22B9 is #61DD46. Grayscale: #575757. Windows color (decimal): -6413639 or 12133022. OLE color: 12133022.

HSL color Cylindrical-coordinate representation of color #9E22B9: hue angle of 289.27º degrees, saturation: 0.69, 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 #9E22B9 is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15834185-
CMYK0.150.8200.27
HSL289.27º68.95%42.94%-
HSV(B)289.27º81.62%72.55%-
XYZ23.4311.9246.96-
YUV88.29182.58177.72-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 41.91%
GREEN value IS 34 (13.67% from 255) = 9.02%
BLUE value IS 185 (72.66% from 255) = 49.07%
R=41.91%
G=9.02%
B=49.07%

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
Decimal158341850.150.8200.27289.2768.9542.94
Hex9E22B9F5201B121452b
Octal236422711712203344110553
Binary1001111010001010111001111110100100110111001000011000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E22B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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