Html Css Color HEX #9922AA Dark Orchid

📋 copy color: '#9922AA'

red 153 ◦ green 34 ◦ blue 170

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

Shades of Dark Orchid #9922AA

Tints of Dark Orchid #9922AA

RGB

 RED value IS 153 (60.16% from 255) = 42.86%

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

 BLUE value IS 170 (66.8% from 255) = 47.62%

R = 42.86%
G = 9.52%
B = 47.62%

CMYK

 C value IS 0.1

 M value IS 0.80

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9922AA (or 0x9922AA) is known color: Dark Orchid. HEX triplet: 99, 22 and AA. RGB value is (153,34,170). Sum of RGB (Red+Green+Blue) = 153+34+170=357 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.86% from 357); Green value is 34 (13.67% from 255 or 9.52% from 357); Blue value is 170 (66.80% from 255 or 47.62% from 357); Max value from RGB is 170 - color contains mainly: blue. Hex color #9922AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9922AA is #66DD55. Grayscale: #545454. Windows color (decimal): -6741334 or 11149977. OLE color: 11149977.

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

Color convert

RGB 153 34 170 -
CMYK 0.1 0.80 0 0.33
HSL 292.5º 0.67% 0.4% -
HSV(B) 292.5º 0.8% 0.67% -
XYZ 20.96 10.82 39.01 -
YUV 85.09 175.92 176.44 -
System Red Green Blue C M Y K H S L
Decimal 153 34 170 0.1 0.80 0 0.33 292.5 0.67 0.4
Hex 99 22 AA A 50 0 21 124 43 28
Octal 231 42 252 12 120 0 41 444 103 50
Binary 10011001 100010 10101010 1010 1010000 0 100001 100100100 1000011 101000

Color Harmonies of #9922AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9922AA

Black with #9922AA

Text Example


Text Example

White with #9922AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9922AA; }

 p { color: rgb(153,34,170); }

 H1.HeaderClassName
 {
   color: #9922AA;
 }
 .AnyTagClassName
 {
   color: #9922AA;
 }
</style>

background-color css

<style>
 a { background-color: #9922AA; }

 a { background-color: rgb(153,34,170); }

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

border-color css

<style>
 span { border-color: #9922AA; }

 span { border-color: rgb(153,34,170); }

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