#9220C2

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

Shades of Dark Orchid #9220C2

Tints of Dark Orchid #9220C2

Color information

#9220C2 (or 0x9220C2) is unknown color: approx Dark Orchid. HEX triplet: 92, 20 and C2. RGB value is (146,32,194). Sum of RGB (Red+Green+Blue) = 146+32+194=372 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.25% from 372); Green value is 32 (12.89% from 255 or 8.60% from 372); Blue value is 194 (76.17% from 255 or 52.15% from 372); Max value from RGB is 194 - color contains mainly: blue. Hex color #9220C2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9220C2 is #6DDF3D. Grayscale: #545454. Windows color (decimal): -7200574 or 12722322. OLE color: 12722322.

HSL color Cylindrical-coordinate representation of color #9220C2: hue angle of 282.22º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9220C2 is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB14632194-
CMYK0.250.8400.24
HSL282.22º71.68%44.31%-
HSV(B)282.22º83.51%76.08%-
XYZ22.1111.0452-
YUV84.55189.77171.83-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.25%
GREEN value IS 32 (12.89% from 255) = 8.60%
BLUE value IS 194 (76.17% from 255) = 52.15%
R=39.25%
G=8.60%
B=52.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal146321940.250.8400.24282.2271.6844.31
Hex9220C2195401811a482c
Octal222403023112403043211054
Binary10010010100000110000101100110101000110001000110101001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9220C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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