#957898

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

Shades of Amethyst Smoke #957898

Tints of Amethyst Smoke #957898

Color information

#957898 (or 0x957898) is unknown color: approx Amethyst Smoke. HEX triplet: 95, 78 and 98. RGB value is (149,120,152). Sum of RGB (Red+Green+Blue) = 149+120+152=421 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.39% from 421); Green value is 120 (47.27% from 255 or 28.50% from 421); Blue value is 152 (59.77% from 255 or 36.10% from 421); Max value from RGB is 152 - color contains mainly: blue. Hex color #957898 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957898 is #6A8767. Grayscale: #848484. Windows color (decimal): -6981480 or 9992341. OLE color: 9992341.

HSL color Cylindrical-coordinate representation of color #957898: hue angle of 294.38º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #957898 is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB149120152-
CMYK0.020.2100.40
HSL294.38º13.45%53.33%-
HSV(B)294.38º21.05%59.61%-
XYZ24.7822.0932.66-
YUV132.32139.11139.9-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.39%
GREEN value IS 120 (47.27% from 255) = 28.50%
BLUE value IS 152 (59.77% from 255) = 36.10%
R=35.39%
G=28.50%
B=36.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1491201520.020.2100.40294.3813.4553.33
Hex957898215028126d35
Octal2251702302250504461565
Binary10010101111100010011000101010101010001001001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957898; }

 p { color: rgb(149,120,152); }

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

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

 a { background-color: rgb(149,120,152); }

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

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

 span { border-color: rgb(149,120,152); }

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