Html Css Color HEX #9F85AD Amethyst Smoke

📋 copy color: '#9F85AD'

red 159 ◦ green 133 ◦ blue 173

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

Shades of Amethyst Smoke #9F85AD

Tints of Amethyst Smoke #9F85AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 37.2%

R = 34.19%
G = 28.6%
B = 37.2%

CMYK

 C value IS 0.08

 M value IS 0.23

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9F85AD (or 0x9F85AD) is known color: Amethyst Smoke. HEX triplet: 9F, 85 and AD. RGB value is (159,133,173). Sum of RGB (Red+Green+Blue) = 159+133+173=465 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.19% from 465); Green value is 133 (52.34% from 255 or 28.60% from 465); Blue value is 173 (67.97% from 255 or 37.20% from 465); Max value from RGB is 173 - color contains mainly: blue. Hex color #9F85AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F85AD is #607A52. Grayscale: #919191. Windows color (decimal): -6322771 or 11371935. OLE color: 11371935.

HSL color Cylindrical-coordinate representation of color #9F85AD: hue angle of 279º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9F85AD is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 159 133 173 -
CMYK 0.08 0.23 0 0.32
HSL 279º 0.2% 0.6% -
HSV(B) 279º 0.23% 0.68% -
XYZ 30.23 27.16 43.18 -
YUV 145.33 143.61 137.75 -
System Red Green Blue C M Y K H S L
Decimal 159 133 173 0.08 0.23 0 0.32 279 0.2 0.6
Hex 9F 85 AD 8 17 0 20 117 14 3C
Octal 237 205 255 10 27 0 40 427 24 74
Binary 10011111 10000101 10101101 1000 10111 0 100000 100010111 10100 111100

Color Harmonies of #9F85AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F85AD

Black with #9F85AD

Text Example


Text Example

White with #9F85AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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