Html Css Color HEX #97859F Amethyst Smoke

📋 copy color: '#97859F'

red 151 ◦ green 133 ◦ blue 159

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

Shades of Amethyst Smoke #97859F

Tints of Amethyst Smoke #97859F

RGB

 RED value IS 151 (59.38% from 255) = 34.09%

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

 BLUE value IS 159 (62.5% from 255) = 35.89%

R = 34.09%
G = 30.02%
B = 35.89%

CMYK

 C value IS 0.05

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#97859F (or 0x97859F) is known color: Amethyst Smoke. HEX triplet: 97, 85 and 9F. RGB value is (151,133,159). Sum of RGB (Red+Green+Blue) = 151+133+159=443 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.09% from 443); Green value is 133 (52.34% from 255 or 30.02% from 443); Blue value is 159 (62.5% from 255 or 35.89% from 443); Max value from RGB is 159 - color contains mainly: blue. Hex color #97859F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97859F is #687A60. Grayscale: #8D8D8D. Windows color (decimal): -6847073 or 10454423. OLE color: 10454423.

HSL color Cylindrical-coordinate representation of color #97859F: hue angle of 281.54º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #97859F is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 151 133 159 -
CMYK 0.05 0.16 0 0.38
HSL 281.54º 0.12% 0.57% -
HSV(B) 281.54º 0.16% 0.62% -
XYZ 27.41 25.86 36.35 -
YUV 141.35 137.96 134.89 -
System Red Green Blue C M Y K H S L
Decimal 151 133 159 0.05 0.16 0 0.38 281.54 0.12 0.57
Hex 97 85 9F 5 10 0 26 11A C 39
Octal 227 205 237 5 20 0 46 432 14 71
Binary 10010111 10000101 10011111 101 10000 0 100110 100011010 1100 111001

Color Harmonies of #97859F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97859F

Black with #97859F

Text Example


Text Example

White with #97859F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97859F; }

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

 H1.HeaderClassName
 {
   color: #97859F;
 }
 .AnyTagClassName
 {
   color: #97859F;
 }
</style>

background-color css

<style>
 a { background-color: #97859F; }

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

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

border-color css

<style>
 span { border-color: #97859F; }

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

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