#9D22AA

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

Shades of Dark Orchid #9D22AA

Tints of Dark Orchid #9D22AA

Color information

#9D22AA (or 0x9D22AA) is unknown color: approx Dark Orchid. HEX triplet: 9D, 22 and AA. RGB value is (157,34,170). Sum of RGB (Red+Green+Blue) = 157+34+170=361 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.49% from 361); Green value is 34 (13.67% from 255 or 9.42% from 361); Blue value is 170 (66.80% from 255 or 47.09% from 361); Max value from RGB is 170 - color contains mainly: blue. Hex color #9D22AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D22AA is #62DD55. Grayscale: #555555. Windows color (decimal): -6479190 or 11149981. OLE color: 11149981.

HSL color Cylindrical-coordinate representation of color #9D22AA: hue angle of 294.26º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9D22AA is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15734170-
CMYK0.080.8000.33
HSL294.26º66.67%40%-
HSV(B)294.26º80%66.67%-
XYZ21.7311.2139.05-
YUV86.28175.25178.44-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 43.49%
GREEN value IS 34 (13.67% from 255) = 9.42%
BLUE value IS 170 (66.80% from 255) = 47.09%
R=43.49%
G=9.42%
B=47.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal157341700.080.8000.33294.2666.6740
Hex9D22AA8500211264328
Octal235422521012004144610350
Binary10011101100010101010101000101000001000011001001101000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D22AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,34,170); }

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

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

 a { background-color: rgb(157,34,170); }

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

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

 span { border-color: rgb(157,34,170); }

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