Html Css Color HEX #95839D Amethyst Smoke

📋 copy color: '#95839D'

red 149 ◦ green 131 ◦ blue 157

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

Shades of Amethyst Smoke #95839D

Tints of Amethyst Smoke #95839D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.98%

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

R = 34.1%
G = 29.98%
B = 35.93%

CMYK

 C value IS 0.05

 M value IS 0.17

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#95839D (or 0x95839D) is known color: Amethyst Smoke. HEX triplet: 95, 83 and 9D. RGB value is (149,131,157). Sum of RGB (Red+Green+Blue) = 149+131+157=437 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.10% from 437); Green value is 131 (51.56% from 255 or 29.98% from 437); Blue value is 157 (61.72% from 255 or 35.93% from 437); Max value from RGB is 157 - color contains mainly: blue. Hex color #95839D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95839D is #6A7C62. Grayscale: #8B8B8B. Windows color (decimal): -6978659 or 10322837. OLE color: 10322837.

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

Color convert

RGB 149 131 157 -
CMYK 0.05 0.17 0 0.38
HSL 281.54º 0.12% 0.56% -
HSV(B) 281.54º 0.17% 0.62% -
XYZ 26.6 25.06 35.33 -
YUV 139.35 137.96 134.89 -
System Red Green Blue C M Y K H S L
Decimal 149 131 157 0.05 0.17 0 0.38 281.54 0.12 0.56
Hex 95 83 9D 5 11 0 26 11A C 38
Octal 225 203 235 5 21 0 46 432 14 70
Binary 10010101 10000011 10011101 101 10001 0 100110 100011010 1100 111000

Color Harmonies of #95839D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95839D

Black with #95839D

Text Example


Text Example

White with #95839D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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