Html Css Color HEX #9220AC Dark Orchid

📋 copy color: '#9220AC'

red 146 ◦ green 32 ◦ blue 172

#9220AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #9220AC

Tints of Dark Orchid #9220AC

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 value IS 0.15

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9220AC (or 0x9220AC) is known color: 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

RGB 146 32 172 -
CMYK 0.15 0.81 0 0.33
HSL 288.86º 0.69% 0.4% -
HSV(B) 288.86º 0.81% 0.67% -
XYZ 19.82 10.12 39.94 -
YUV 82.05 178.77 173.62 -
System Red Green Blue C M Y K H S L
Decimal 146 32 172 0.15 0.81 0 0.33 288.86 0.69 0.4
Hex 92 20 AC F 51 0 21 121 45 28
Octal 222 40 254 17 121 0 41 441 105 50
Binary 10010010 100000 10101100 1111 1010001 0 100001 100100001 1000101 101000

Color Harmonies of #9220AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9220AC

Black with #9220AC

Text Example


Text Example

White with #9220AC

Text Example


Text Example

HTML Codes & Css Web 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>