Html Css Color HEX #9F8FAA Amethyst Smoke

📋 copy color: '#9F8FAA'

red 159 ◦ green 143 ◦ blue 170

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

Shades of Amethyst Smoke #9F8FAA

Tints of Amethyst Smoke #9F8FAA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.3%

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

R = 33.69%
G = 30.3%
B = 36.02%

CMYK

 C value IS 0.06

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9F8FAA (or 0x9F8FAA) is known color: Amethyst Smoke. HEX triplet: 9F, 8F and AA. RGB value is (159,143,170). Sum of RGB (Red+Green+Blue) = 159+143+170=472 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.69% from 472); Green value is 143 (56.25% from 255 or 30.30% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F8FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8FAA is #607055. Grayscale: #969696. Windows color (decimal): -6320214 or 11177887. OLE color: 11177887.

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

Color convert

RGB 159 143 170 -
CMYK 0.06 0.16 0 0.33
HSL 275.56º 0.14% 0.61% -
HSV(B) 275.56º 0.16% 0.67% -
XYZ 31.38 29.92 42.15 -
YUV 150.86 138.8 133.8 -
System Red Green Blue C M Y K H S L
Decimal 159 143 170 0.06 0.16 0 0.33 275.56 0.14 0.61
Hex 9F 8F AA 6 10 0 21 114 E 3D
Octal 237 217 252 6 20 0 41 424 16 75
Binary 10011111 10001111 10101010 110 10000 0 100001 100010100 1110 111101

Color Harmonies of #9F8FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8FAA

Black with #9F8FAA

Text Example


Text Example

White with #9F8FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,143,170); }

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

background-color css

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

 a { background-color: rgb(159,143,170); }

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

border-color css

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

 span { border-color: rgb(159,143,170); }

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