#95799F

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

Shades of Amethyst Smoke #95799F

Tints of Amethyst Smoke #95799F

Color information

#95799F (or 0x95799F) is unknown color: approx Amethyst Smoke. HEX triplet: 95, 79 and 9F. RGB value is (149,121,159). Sum of RGB (Red+Green+Blue) = 149+121+159=429 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.73% from 429); Green value is 121 (47.66% from 255 or 28.21% from 429); Blue value is 159 (62.5% from 255 or 37.06% from 429); Max value from RGB is 159 - color contains mainly: blue. Hex color #95799F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95799F is #6A8660. Grayscale: #858585. Windows color (decimal): -6981217 or 10451349. OLE color: 10451349.

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

Color convert

RGB149121159-
CMYK0.060.2400.38
HSL284.21º16.52%54.9%-
HSV(B)284.21º23.9%62.35%-
XYZ25.4922.5735.81-
YUV133.7142.28138.91-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.73%
GREEN value IS 121 (47.66% from 255) = 28.21%
BLUE value IS 159 (62.5% from 255) = 37.06%
R=34.73%
G=28.21%
B=37.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1491211590.060.2400.38284.2116.5254.9
Hex95799F61802611c1137
Octal2251712376300464342167
Binary1001010111110011001111111011000010011010001110010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95799F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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