Html Css Color HEX #9987AA Amethyst Smoke

📋 copy color: '#9987AA'

red 153 ◦ green 135 ◦ blue 170

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

Shades of Amethyst Smoke #9987AA

Tints of Amethyst Smoke #9987AA

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.48%

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

R = 33.41%
G = 29.48%
B = 37.12%

CMYK

 C value IS 0.1

 M value IS 0.21

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9987AA (or 0x9987AA) is known color: Amethyst Smoke. HEX triplet: 99, 87 and AA. RGB value is (153,135,170). Sum of RGB (Red+Green+Blue) = 153+135+170=458 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.41% from 458); Green value is 135 (53.12% from 255 or 29.48% from 458); Blue value is 170 (66.80% from 255 or 37.12% from 458); Max value from RGB is 170 - color contains mainly: blue. Hex color #9987AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9987AA is #667855. Grayscale: #909090. Windows color (decimal): -6715478 or 11175833. OLE color: 11175833.

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

Color convert

RGB 153 135 170 -
CMYK 0.1 0.21 0 0.33
HSL 270.86º 0.17% 0.6% -
HSV(B) 270.86º 0.21% 0.67% -
XYZ 29.06 27 41.71 -
YUV 144.37 142.46 134.15 -
System Red Green Blue C M Y K H S L
Decimal 153 135 170 0.1 0.21 0 0.33 270.86 0.17 0.6
Hex 99 87 AA A 15 0 21 10F 11 3C
Octal 231 207 252 12 25 0 41 417 21 74
Binary 10011001 10000111 10101010 1010 10101 0 100001 100001111 10001 111100

Color Harmonies of #9987AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9987AA

Black with #9987AA

Text Example


Text Example

White with #9987AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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