Html Css Color HEX #97859E Amethyst Smoke

📋 copy color: '#97859E'

red 151 ◦ green 133 ◦ blue 158

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

Shades of Amethyst Smoke #97859E

Tints of Amethyst Smoke #97859E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 35.75%

R = 34.16%
G = 30.09%
B = 35.75%

CMYK

 C value IS 0.04

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#97859E (or 0x97859E) is known color: Amethyst Smoke. HEX triplet: 97, 85 and 9E. RGB value is (151,133,158). Sum of RGB (Red+Green+Blue) = 151+133+158=442 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.16% from 442); Green value is 133 (52.34% from 255 or 30.09% from 442); Blue value is 158 (62.11% from 255 or 35.75% from 442); Max value from RGB is 158 - color contains mainly: blue. Hex color #97859E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97859E is #687A61. Grayscale: #8D8D8D. Windows color (decimal): -6847074 or 10388887. OLE color: 10388887.

HSL color Cylindrical-coordinate representation of color #97859E: hue angle of 283.2º degrees, saturation: 0.11, 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 #97859E is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 151 133 158 -
CMYK 0.04 0.16 0 0.38
HSL 283.2º 0.11% 0.57% -
HSV(B) 283.2º 0.16% 0.62% -
XYZ 27.32 25.82 35.89 -
YUV 141.23 137.46 134.97 -
System Red Green Blue C M Y K H S L
Decimal 151 133 158 0.04 0.16 0 0.38 283.2 0.11 0.57
Hex 97 85 9E 4 10 0 26 11B B 39
Octal 227 205 236 4 20 0 46 433 13 71
Binary 10010111 10000101 10011110 100 10000 0 100110 100011011 1011 111001

Color Harmonies of #97859E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97859E

Black with #97859E

Text Example


Text Example

White with #97859E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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