#95819B

Color #95819B Amethyst Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst Smoke #95819B

Tints of Amethyst Smoke #95819B

Color information

#95819B (or 0x95819B) is unknown color: approx 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

RGB149129155-
CMYK0.040.1700.39
HSL286.15º11.5%55.69%-
HSV(B)286.15º16.77%60.78%-
XYZ26.1624.4634.35-
YUV137.94137.63135.89-

RGB Variations

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

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.80%
R=34.41%
G=29.79%
B=35.80%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1491291550.040.1700.39286.1511.555.69
Hex95819B41102711ec38
Octal2252012334210474361470
Binary1001010110000001100110111001000101001111000111101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95819B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>