#95859F

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

Shades of Amethyst Smoke #95859F

Tints of Amethyst Smoke #95859F

Color information

#95859F (or 0x95859F) is unknown color: approx Amethyst Smoke. HEX triplet: 95, 85 and 9F. RGB value is (149,133,159). Sum of RGB (Red+Green+Blue) = 149+133+159=441 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.79% from 441); Green value is 133 (52.34% from 255 or 30.16% from 441); Blue value is 159 (62.5% from 255 or 36.05% from 441); Max value from RGB is 159 - color contains mainly: blue. Hex color #95859F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95859F is #6A7A60. Grayscale: #8C8C8C. Windows color (decimal): -6978145 or 10454421. OLE color: 10454421.

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

Color convert

RGB149133159-
CMYK0.060.1600.38
HSL276.92º11.93%57.25%-
HSV(B)276.92º16.35%62.35%-
XYZ27.0425.6736.33-
YUV140.75138.3133.89-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.79%
GREEN value IS 133 (52.34% from 255) = 30.16%
BLUE value IS 159 (62.5% from 255) = 36.05%
R=33.79%
G=30.16%
B=36.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1491331590.060.1600.38276.9211.9357.25
Hex95859F610026115c39
Octal2252052376200464251471
Binary1001010110000101100111111101000001001101000101011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95859F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #95859F;
 }
 .AnyTagClassName
 {
   color: #95859F;
 }
</style>
background-color css

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

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

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

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

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

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