#9C22AA

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

Shades of Dark Orchid #9C22AA

Tints of Dark Orchid #9C22AA

Color information

#9C22AA (or 0x9C22AA) is unknown color: approx Dark Orchid. HEX triplet: 9C, 22 and AA. RGB value is (156,34,170). Sum of RGB (Red+Green+Blue) = 156+34+170=360 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.33% from 360); Green value is 34 (13.67% from 255 or 9.44% from 360); Blue value is 170 (66.80% from 255 or 47.22% from 360); Max value from RGB is 170 - color contains mainly: blue. Hex color #9C22AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C22AA is #63DD55. Grayscale: #555555. Windows color (decimal): -6544726 or 11149980. OLE color: 11149980.

HSL color Cylindrical-coordinate representation of color #9C22AA: hue angle of 293.82º 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 #9C22AA is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15634170-
CMYK0.080.8000.33
HSL293.82º66.67%40%-
HSV(B)293.82º80%66.67%-
XYZ21.5411.1139.04-
YUV85.98175.42177.94-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 43.33%
GREEN value IS 34 (13.67% from 255) = 9.44%
BLUE value IS 170 (66.80% from 255) = 47.22%
R=43.33%
G=9.44%
B=47.22%

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
Decimal156341700.080.8000.33293.8266.6740
Hex9C22AA8500211264328
Octal234422521012004144610350
Binary10011100100010101010101000101000001000011001001101000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C22AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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