#9C22AD

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

Shades of Dark Orchid #9C22AD

Tints of Dark Orchid #9C22AD

Color information

#9C22AD (or 0x9C22AD) is unknown color: approx Dark Orchid. HEX triplet: 9C, 22 and AD. RGB value is (156,34,173). Sum of RGB (Red+Green+Blue) = 156+34+173=363 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.98% from 363); Green value is 34 (13.67% from 255 or 9.37% from 363); Blue value is 173 (67.97% from 255 or 47.66% from 363); Max value from RGB is 173 - color contains mainly: blue. Hex color #9C22AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C22AD is #63DD52. Grayscale: #555555. Windows color (decimal): -6544723 or 11346588. OLE color: 11346588.

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

Color convert

RGB15634173-
CMYK0.100.8000.32
HSL292.66º67.15%40.59%-
HSV(B)292.66º80.35%67.84%-
XYZ21.8311.2340.55-
YUV86.32176.92177.7-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.98%
GREEN value IS 34 (13.67% from 255) = 9.37%
BLUE value IS 173 (67.97% from 255) = 47.66%
R=42.98%
G=9.37%
B=47.66%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal156341730.100.8000.32292.6667.1540.59
Hex9C22ADA500201254329
Octal234422551212004044510351
Binary10011100100010101011011010101000001000001001001011000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C22AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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