Html Css Color HEX #97859C Amethyst Smoke

📋 copy color: '#97859C'

red 151 ◦ green 133 ◦ blue 156

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

Shades of Amethyst Smoke #97859C

Tints of Amethyst Smoke #97859C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 35.45%

R = 34.32%
G = 30.23%
B = 35.45%

CMYK

 C value IS 0.03

 M value IS 0.15

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#97859C (or 0x97859C) is known color: Amethyst Smoke. HEX triplet: 97, 85 and 9C. RGB value is (151,133,156). Sum of RGB (Red+Green+Blue) = 151+133+156=440 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.32% from 440); Green value is 133 (52.34% from 255 or 30.23% from 440); Blue value is 156 (61.33% from 255 or 35.45% from 440); Max value from RGB is 156 - color contains mainly: blue. Hex color #97859C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97859C is #687A63. Grayscale: #8C8C8C. Windows color (decimal): -6847076 or 10257815. OLE color: 10257815.

HSL color Cylindrical-coordinate representation of color #97859C: hue angle of 286.96º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #97859C is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 151 133 156 -
CMYK 0.03 0.15 0 0.39
HSL 286.96º 0.1% 0.57% -
HSV(B) 286.96º 0.15% 0.61% -
XYZ 27.15 25.75 34.99 -
YUV 141 136.46 135.13 -
System Red Green Blue C M Y K H S L
Decimal 151 133 156 0.03 0.15 0 0.39 286.96 0.1 0.57
Hex 97 85 9C 3 F 0 27 11F A 39
Octal 227 205 234 3 17 0 47 437 12 71
Binary 10010111 10000101 10011100 11 1111 0 100111 100011111 1010 111001

Color Harmonies of #97859C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97859C

Black with #97859C

Text Example


Text Example

White with #97859C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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