Html Css Color HEX #9F85AA Amethyst Smoke

📋 copy color: '#9F85AA'

red 159 ◦ green 133 ◦ blue 170

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

Shades of Amethyst Smoke #9F85AA

Tints of Amethyst Smoke #9F85AA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.79%

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

R = 34.42%
G = 28.79%
B = 36.8%

CMYK

 C value IS 0.06

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9F85AA (or 0x9F85AA) is known color: Amethyst Smoke. HEX triplet: 9F, 85 and AA. RGB value is (159,133,170). Sum of RGB (Red+Green+Blue) = 159+133+170=462 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.42% from 462); Green value is 133 (52.34% from 255 or 28.79% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F85AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F85AA is #607A55. Grayscale: #909090. Windows color (decimal): -6322774 or 11175327. OLE color: 11175327.

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

Color convert

RGB 159 133 170 -
CMYK 0.06 0.22 0 0.33
HSL 282.16º 0.18% 0.59% -
HSV(B) 282.16º 0.22% 0.67% -
XYZ 29.94 27.05 41.67 -
YUV 144.99 142.11 137.99 -
System Red Green Blue C M Y K H S L
Decimal 159 133 170 0.06 0.22 0 0.33 282.16 0.18 0.59
Hex 9F 85 AA 6 16 0 21 11A 12 3B
Octal 237 205 252 6 26 0 41 432 22 73
Binary 10011111 10000101 10101010 110 10110 0 100001 100011010 10010 111011

Color Harmonies of #9F85AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F85AA

Black with #9F85AA

Text Example


Text Example

White with #9F85AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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