Html Css Color HEX #95819B Amethyst Smoke

📋 copy color: '#95819B'

red 149 ◦ green 129 ◦ blue 155

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

Shades of Amethyst Smoke #95819B

Tints of Amethyst Smoke #95819B

RGB

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

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

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

R = 34.41%
G = 29.79%
B = 35.8%

CMYK

 C value IS 0.04

 M value IS 0.17

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#95819B (or 0x95819B) is known color: Amethyst Smoke. HEX triplet: 95, 81 and 9B. RGB value is (149,129,155). Sum of RGB (Red+Green+Blue) = 149+129+155=433 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.41% from 433); Green value is 129 (50.78% from 255 or 29.79% from 433); Blue value is 155 (60.94% from 255 or 35.80% from 433); Max value from RGB is 155 - color contains mainly: blue. Hex color #95819B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95819B is #6A7E64. Grayscale: #898989. Windows color (decimal): -6979173 or 10191253. OLE color: 10191253.

HSL color Cylindrical-coordinate representation of color #95819B: hue angle of 286.15º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #95819B is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 149 129 155 -
CMYK 0.04 0.17 0 0.39
HSL 286.15º 0.12% 0.56% -
HSV(B) 286.15º 0.17% 0.61% -
XYZ 26.16 24.46 34.35 -
YUV 137.94 137.63 135.89 -
System Red Green Blue C M Y K H S L
Decimal 149 129 155 0.04 0.17 0 0.39 286.15 0.12 0.56
Hex 95 81 9B 4 11 0 27 11E C 38
Octal 225 201 233 4 21 0 47 436 14 70
Binary 10010101 10000001 10011011 100 10001 0 100111 100011110 1100 111000

Color Harmonies of #95819B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95819B

Black with #95819B

Text Example


Text Example

White with #95819B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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