#9220AC

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

Shades of Dark Orchid #9220AC

Tints of Dark Orchid #9220AC

Color information

#9220AC (or 0x9220AC) is unknown color: approx Dark Orchid. HEX triplet: 92, 20 and AC. RGB value is (146,32,172). Sum of RGB (Red+Green+Blue) = 146+32+172=350 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.71% from 350); Green value is 32 (12.89% from 255 or 9.14% from 350); Blue value is 172 (67.58% from 255 or 49.14% from 350); Max value from RGB is 172 - color contains mainly: blue. Hex color #9220AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9220AC is #6DDF53. Grayscale: #515151. Windows color (decimal): -7200596 or 11280530. OLE color: 11280530.

HSL color Cylindrical-coordinate representation of color #9220AC: hue angle of 288.86º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9220AC is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14632172-
CMYK0.150.8100.33
HSL288.86º68.63%40%-
HSV(B)288.86º81.4%67.45%-
XYZ19.8210.1239.94-
YUV82.05178.77173.62-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.71%
GREEN value IS 32 (12.89% from 255) = 9.14%
BLUE value IS 172 (67.58% from 255) = 49.14%
R=41.71%
G=9.14%
B=49.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal146321720.150.8100.33288.8668.6340
Hex9220ACF510211214528
Octal222402541712104144110550
Binary10010010100000101011001111101000101000011001000011000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9220AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9220AC; }

 p { color: rgb(146,32,172); }

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

<style>
 a { background-color: #9220AC; }

 a { background-color: rgb(146,32,172); }

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

<style>
 span { border-color: #9220AC; }

 span { border-color: rgb(146,32,172); }

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