Html Css Color HEX #9981AA Amethyst Smoke

📋 copy color: '#9981AA'

red 153 ◦ green 129 ◦ blue 170

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

Shades of Amethyst Smoke #9981AA

Tints of Amethyst Smoke #9981AA

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.54%

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

R = 33.85%
G = 28.54%
B = 37.61%

CMYK

 C value IS 0.1

 M value IS 0.24

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9981AA (or 0x9981AA) is known color: Amethyst Smoke. HEX triplet: 99, 81 and AA. RGB value is (153,129,170). Sum of RGB (Red+Green+Blue) = 153+129+170=452 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.85% from 452); Green value is 129 (50.78% from 255 or 28.54% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 170 - color contains mainly: blue. Hex color #9981AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9981AA is #667E55. Grayscale: #8C8C8C. Windows color (decimal): -6717014 or 11174297. OLE color: 11174297.

HSL color Cylindrical-coordinate representation of color #9981AA: hue angle of 275.12º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9981AA is Cyan = 0.1, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 153 129 170 -
CMYK 0.1 0.24 0 0.33
HSL 275.12º 0.19% 0.59% -
HSV(B) 275.12º 0.24% 0.67% -
XYZ 28.24 25.38 41.44 -
YUV 140.85 144.45 136.67 -
System Red Green Blue C M Y K H S L
Decimal 153 129 170 0.1 0.24 0 0.33 275.12 0.19 0.59
Hex 99 81 AA A 18 0 21 113 13 3B
Octal 231 201 252 12 30 0 41 423 23 73
Binary 10011001 10000001 10101010 1010 11000 0 100001 100010011 10011 111011

Color Harmonies of #9981AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9981AA

Black with #9981AA

Text Example


Text Example

White with #9981AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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