Html Css Color HEX #95889A Amethyst Smoke

📋 copy color: '#95889A'

red 149 ◦ green 136 ◦ blue 154

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

Shades of Amethyst Smoke #95889A

Tints of Amethyst Smoke #95889A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.98%

 BLUE value IS 154 (60.55% from 255) = 35.08%

R = 33.94%
G = 30.98%
B = 35.08%

CMYK

 C value IS 0.03

 M value IS 0.12

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#95889A (or 0x95889A) is known color: Amethyst Smoke. HEX triplet: 95, 88 and 9A. RGB value is (149,136,154). Sum of RGB (Red+Green+Blue) = 149+136+154=439 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.94% from 439); Green value is 136 (53.52% from 255 or 30.98% from 439); Blue value is 154 (60.55% from 255 or 35.08% from 439); Max value from RGB is 154 - color contains mainly: blue. Hex color #95889A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95889A is #6A7765. Grayscale: #8D8D8D. Windows color (decimal): -6977382 or 10127509. OLE color: 10127509.

HSL color Cylindrical-coordinate representation of color #95889A: hue angle of 283.33º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #95889A is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 149 136 154 -
CMYK 0.03 0.12 0 0.40
HSL 283.33º 0.08% 0.57% -
HSV(B) 283.33º 0.12% 0.6% -
XYZ 27.03 26.33 34.23 -
YUV 141.94 134.81 133.04 -
System Red Green Blue C M Y K H S L
Decimal 149 136 154 0.03 0.12 0 0.40 283.33 0.08 0.57
Hex 95 88 9A 3 C 0 28 11B 8 39
Octal 225 210 232 3 14 0 50 433 10 71
Binary 10010101 10001000 10011010 11 1100 0 101000 100011011 1000 111001

Color Harmonies of #95889A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95889A

Black with #95889A

Text Example


Text Example

White with #95889A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95889A; }

 p { color: rgb(149,136,154); }

 H1.HeaderClassName
 {
   color: #95889A;
 }
 .AnyTagClassName
 {
   color: #95889A;
 }
</style>

background-color css

<style>
 a { background-color: #95889A; }

 a { background-color: rgb(149,136,154); }

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

border-color css

<style>
 span { border-color: #95889A; }

 span { border-color: rgb(149,136,154); }

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