Html Css Color HEX #95819D Amethyst Smoke

📋 copy color: '#95819D'

red 149 ◦ green 129 ◦ blue 157

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

Shades of Amethyst Smoke #95819D

Tints of Amethyst Smoke #95819D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.66%

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

R = 34.25%
G = 29.66%
B = 36.09%

CMYK

 C value IS 0.05

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#95819D (or 0x95819D) is known color: Amethyst Smoke. HEX triplet: 95, 81 and 9D. RGB value is (149,129,157). Sum of RGB (Red+Green+Blue) = 149+129+157=435 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.25% from 435); Green value is 129 (50.78% from 255 or 29.66% from 435); Blue value is 157 (61.72% from 255 or 36.09% from 435); Max value from RGB is 157 - color contains mainly: blue. Hex color #95819D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95819D is #6A7E62. Grayscale: #8A8A8A. Windows color (decimal): -6979171 or 10322325. OLE color: 10322325.

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

Color convert

RGB 149 129 157 -
CMYK 0.05 0.18 0 0.38
HSL 282.86º 0.13% 0.56% -
HSV(B) 282.86º 0.18% 0.62% -
XYZ 26.33 24.52 35.24 -
YUV 138.17 138.63 135.72 -
System Red Green Blue C M Y K H S L
Decimal 149 129 157 0.05 0.18 0 0.38 282.86 0.13 0.56
Hex 95 81 9D 5 12 0 26 11B C 38
Octal 225 201 235 5 22 0 46 433 14 70
Binary 10010101 10000001 10011101 101 10010 0 100110 100011011 1100 111000

Color Harmonies of #95819D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95819D

Black with #95819D

Text Example


Text Example

White with #95819D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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