Html Css Color HEX #9F8AAB Amethyst Smoke

📋 copy color: '#9F8AAB'

red 159 ◦ green 138 ◦ blue 171

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

Shades of Amethyst Smoke #9F8AAB

Tints of Amethyst Smoke #9F8AAB

RGB

 RED value IS 159 (62.5% from 255) = 33.97%

 GREEN value IS 138 (54.3% from 255) = 29.49%

 BLUE value IS 171 (67.19% from 255) = 36.54%

R = 33.97%
G = 29.49%
B = 36.54%

CMYK

 C value IS 0.07

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9F8AAB (or 0x9F8AAB) is known color: Amethyst Smoke. HEX triplet: 9F, 8A and AB. RGB value is (159,138,171). Sum of RGB (Red+Green+Blue) = 159+138+171=468 (61% of max value = 765). Red value is 159 (62.5% from 255 or 33.97% from 468); Green value is 138 (54.30% from 255 or 29.49% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F8AAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8AAB is #607554. Grayscale: #939393. Windows color (decimal): -6321493 or 11242143. OLE color: 11242143.

HSL color Cylindrical-coordinate representation of color #9F8AAB: hue angle of 278.18º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9F8AAB is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 159 138 171 -
CMYK 0.07 0.19 0 0.33
HSL 278.18º 0.16% 0.61% -
HSV(B) 278.18º 0.19% 0.67% -
XYZ 30.74 28.49 42.41 -
YUV 148.04 140.96 135.82 -
System Red Green Blue C M Y K H S L
Decimal 159 138 171 0.07 0.19 0 0.33 278.18 0.16 0.61
Hex 9F 8A AB 7 13 0 21 116 10 3D
Octal 237 212 253 7 23 0 41 426 20 75
Binary 10011111 10001010 10101011 111 10011 0 100001 100010110 10000 111101

Color Harmonies of #9F8AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8AAB

Black with #9F8AAB

Text Example


Text Example

White with #9F8AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F8AAB; }

 p { color: rgb(159,138,171); }

 H1.HeaderClassName
 {
   color: #9F8AAB;
 }
 .AnyTagClassName
 {
   color: #9F8AAB;
 }
</style>

background-color css

<style>
 a { background-color: #9F8AAB; }

 a { background-color: rgb(159,138,171); }

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

border-color css

<style>
 span { border-color: #9F8AAB; }

 span { border-color: rgb(159,138,171); }

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