Html Css Color HEX #95889B Amethyst Smoke

📋 copy color: '#95889B'

red 149 ◦ green 136 ◦ blue 155

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

Shades of Amethyst Smoke #95889B

Tints of Amethyst Smoke #95889B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 35.23%

R = 33.86%
G = 30.91%
B = 35.23%

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

#95889B (or 0x95889B) is known color: Amethyst Smoke. HEX triplet: 95, 88 and 9B. RGB value is (149,136,155). Sum of RGB (Red+Green+Blue) = 149+136+155=440 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.86% from 440); Green value is 136 (53.52% from 255 or 30.91% from 440); Blue value is 155 (60.94% from 255 or 35.23% from 440); Max value from RGB is 155 - color contains mainly: blue. Hex color #95889B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95889B is #6A7764. Grayscale: #8D8D8D. Windows color (decimal): -6977381 or 10193045. OLE color: 10193045.

HSL color Cylindrical-coordinate representation of color #95889B: hue angle of 281.05º 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 #95889B is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 149 136 155 -
CMYK 0.04 0.12 0 0.39
HSL 281.05º 0.09% 0.57% -
HSV(B) 281.05º 0.12% 0.61% -
XYZ 27.11 26.36 34.67 -
YUV 142.05 135.31 132.96 -
System Red Green Blue C M Y K H S L
Decimal 149 136 155 0.04 0.12 0 0.39 281.05 0.09 0.57
Hex 95 88 9B 4 C 0 27 119 9 39
Octal 225 210 233 4 14 0 47 431 11 71
Binary 10010101 10001000 10011011 100 1100 0 100111 100011001 1001 111001

Color Harmonies of #95889B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95889B

Black with #95889B

Text Example


Text Example

White with #95889B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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