Html Css Color HEX #9921AA Dark Orchid

📋 copy color: '#9921AA'

red 153 ◦ green 33 ◦ blue 170

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

Shades of Dark Orchid #9921AA

Tints of Dark Orchid #9921AA

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.27%

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

R = 42.98%
G = 9.27%
B = 47.75%

CMYK

 C value IS 0.1

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9921AA (or 0x9921AA) is known color: Dark Orchid. HEX triplet: 99, 21 and AA. RGB value is (153,33,170). Sum of RGB (Red+Green+Blue) = 153+33+170=356 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.98% from 356); Green value is 33 (13.28% from 255 or 9.27% from 356); Blue value is 170 (66.80% from 255 or 47.75% from 356); Max value from RGB is 170 - color contains mainly: blue. Hex color #9921AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9921AA is #66DE55. Grayscale: #545454. Windows color (decimal): -6741590 or 11149721. OLE color: 11149721.

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

Color convert

RGB 153 33 170 -
CMYK 0.1 0.81 0 0.33
HSL 292.55º 0.67% 0.4% -
HSV(B) 292.55º 0.81% 0.67% -
XYZ 20.94 10.76 39 -
YUV 84.5 176.26 176.86 -
System Red Green Blue C M Y K H S L
Decimal 153 33 170 0.1 0.81 0 0.33 292.55 0.67 0.4
Hex 99 21 AA A 51 0 21 125 43 28
Octal 231 41 252 12 121 0 41 445 103 50
Binary 10011001 100001 10101010 1010 1010001 0 100001 100100101 1000011 101000

Color Harmonies of #9921AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9921AA

Black with #9921AA

Text Example


Text Example

White with #9921AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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