Html Css Color HEX #9222AC Dark Orchid

📋 copy color: '#9222AC'

red 146 ◦ green 34 ◦ blue 172

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

Shades of Dark Orchid #9222AC

Tints of Dark Orchid #9222AC

RGB

 RED value IS 146 (57.42% from 255) = 41.48%

 GREEN value IS 34 (13.67% from 255) = 9.66%

 BLUE value IS 172 (67.58% from 255) = 48.86%

R = 41.48%
G = 9.66%
B = 48.86%

CMYK

 C value IS 0.15

 M value IS 0.80

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9222AC (or 0x9222AC) is known color: Dark Orchid. HEX triplet: 92, 22 and AC. RGB value is (146,34,172). Sum of RGB (Red+Green+Blue) = 146+34+172=352 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.48% from 352); Green value is 34 (13.67% from 255 or 9.66% from 352); Blue value is 172 (67.58% from 255 or 48.86% from 352); Max value from RGB is 172 - color contains mainly: blue. Hex color #9222AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9222AC is #6DDD53. Grayscale: #525252. Windows color (decimal): -7200084 or 11281042. OLE color: 11281042.

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

Color convert

RGB 146 34 172 -
CMYK 0.15 0.80 0 0.33
HSL 288.7º 0.67% 0.4% -
HSV(B) 288.7º 0.8% 0.67% -
XYZ 19.87 10.23 39.96 -
YUV 83.22 178.11 172.78 -
System Red Green Blue C M Y K H S L
Decimal 146 34 172 0.15 0.80 0 0.33 288.7 0.67 0.4
Hex 92 22 AC F 50 0 21 121 43 28
Octal 222 42 254 17 120 0 41 441 103 50
Binary 10010010 100010 10101100 1111 1010000 0 100001 100100001 1000011 101000

Color Harmonies of #9222AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9222AC

Black with #9222AC

Text Example


Text Example

White with #9222AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9222AC;
 }
 .AnyTagClassName
 {
   color: #9222AC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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