Html Css Color HEX #95849F Amethyst Smoke

📋 copy color: '#95849F'

red 149 ◦ green 132 ◦ blue 159

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

Shades of Amethyst Smoke #95849F

Tints of Amethyst Smoke #95849F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 36.14%

R = 33.86%
G = 30%
B = 36.14%

CMYK

 C value IS 0.06

 M value IS 0.17

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#95849F (or 0x95849F) is known color: Amethyst Smoke. HEX triplet: 95, 84 and 9F. RGB value is (149,132,159). Sum of RGB (Red+Green+Blue) = 149+132+159=440 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.86% from 440); Green value is 132 (51.95% from 255 or 30% from 440); Blue value is 159 (62.5% from 255 or 36.14% from 440); Max value from RGB is 159 - color contains mainly: blue. Hex color #95849F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95849F is #6A7B60. Grayscale: #8C8C8C. Windows color (decimal): -6978401 or 10454165. OLE color: 10454165.

HSL color Cylindrical-coordinate representation of color #95849F: hue angle of 277.78º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #95849F is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 149 132 159 -
CMYK 0.06 0.17 0 0.38
HSL 277.78º 0.12% 0.57% -
HSV(B) 277.78º 0.17% 0.62% -
XYZ 26.9 25.4 36.28 -
YUV 140.16 138.63 134.3 -
System Red Green Blue C M Y K H S L
Decimal 149 132 159 0.06 0.17 0 0.38 277.78 0.12 0.57
Hex 95 84 9F 6 11 0 26 116 C 39
Octal 225 204 237 6 21 0 46 426 14 71
Binary 10010101 10000100 10011111 110 10001 0 100110 100010110 1100 111001

Color Harmonies of #95849F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95849F

Black with #95849F

Text Example


Text Example

White with #95849F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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