Html Css Color HEX #95849D Amethyst Smoke

📋 copy color: '#95849D'

red 149 ◦ green 132 ◦ blue 157

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

Shades of Amethyst Smoke #95849D

Tints of Amethyst Smoke #95849D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.14%

 BLUE value IS 157 (61.72% from 255) = 35.84%

R = 34.02%
G = 30.14%
B = 35.84%

CMYK

 C value IS 0.05

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#95849D (or 0x95849D) is known color: Amethyst Smoke. HEX triplet: 95, 84 and 9D. RGB value is (149,132,157). Sum of RGB (Red+Green+Blue) = 149+132+157=438 (58% of max value = 765). Red value is 149 (58.59% from 255 or 34.02% from 438); Green value is 132 (51.95% from 255 or 30.14% from 438); Blue value is 157 (61.72% from 255 or 35.84% from 438); Max value from RGB is 157 - color contains mainly: blue. Hex color #95849D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95849D is #6A7B62. Grayscale: #8B8B8B. Windows color (decimal): -6978403 or 10323093. OLE color: 10323093.

HSL color Cylindrical-coordinate representation of color #95849D: hue angle of 280.8º 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 #95849D is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 149 132 157 -
CMYK 0.05 0.16 0 0.38
HSL 280.8º 0.11% 0.57% -
HSV(B) 280.8º 0.16% 0.62% -
XYZ 26.73 25.33 35.38 -
YUV 139.93 137.63 134.47 -
System Red Green Blue C M Y K H S L
Decimal 149 132 157 0.05 0.16 0 0.38 280.8 0.11 0.57
Hex 95 84 9D 5 10 0 26 119 B 39
Octal 225 204 235 5 20 0 46 431 13 71
Binary 10010101 10000100 10011101 101 10000 0 100110 100011001 1011 111001

Color Harmonies of #95849D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95849D

Black with #95849D

Text Example


Text Example

White with #95849D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95849D; }

 p { color: rgb(149,132,157); }

 H1.HeaderClassName
 {
   color: #95849D;
 }
 .AnyTagClassName
 {
   color: #95849D;
 }
</style>

background-color css

<style>
 a { background-color: #95849D; }

 a { background-color: rgb(149,132,157); }

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

border-color css

<style>
 span { border-color: #95849D; }

 span { border-color: rgb(149,132,157); }

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