Html Css Color HEX #95899C Amethyst Smoke

📋 copy color: '#95899C'

red 149 ◦ green 137 ◦ blue 156

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

Shades of Amethyst Smoke #95899C

Tints of Amethyst Smoke #95899C

RGB

 RED value IS 149 (58.59% from 255) = 33.71%

 GREEN value IS 137 (53.91% from 255) = 31%

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

R = 33.71%
G = 31%
B = 35.29%

CMYK

 C value IS 0.04

 M value IS 0.12

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#95899C (or 0x95899C) is known color: Amethyst Smoke. HEX triplet: 95, 89 and 9C. RGB value is (149,137,156). Sum of RGB (Red+Green+Blue) = 149+137+156=442 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.71% from 442); Green value is 137 (53.91% from 255 or 31.00% from 442); Blue value is 156 (61.33% from 255 or 35.29% from 442); Max value from RGB is 156 - color contains mainly: blue. Hex color #95899C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95899C is #6A7663. Grayscale: #8E8E8E. Windows color (decimal): -6977124 or 10258837. OLE color: 10258837.

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

Color convert

RGB 149 137 156 -
CMYK 0.04 0.12 0 0.39
HSL 277.89º 0.09% 0.57% -
HSV(B) 277.89º 0.12% 0.61% -
XYZ 27.34 26.68 35.16 -
YUV 142.75 135.48 132.46 -
System Red Green Blue C M Y K H S L
Decimal 149 137 156 0.04 0.12 0 0.39 277.89 0.09 0.57
Hex 95 89 9C 4 C 0 27 116 9 39
Octal 225 211 234 4 14 0 47 426 11 71
Binary 10010101 10001001 10011100 100 1100 0 100111 100010110 1001 111001

Color Harmonies of #95899C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95899C

Black with #95899C

Text Example


Text Example

White with #95899C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,137,156); }

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

background-color css

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

 a { background-color: rgb(149,137,156); }

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

border-color css

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

 span { border-color: rgb(149,137,156); }

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