#917898

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

Shades of Amethyst Smoke #917898

Tints of Amethyst Smoke #917898

Color information

#917898 (or 0x917898) is unknown color: approx Amethyst Smoke. HEX triplet: 91, 78 and 98. RGB value is (145,120,152). Sum of RGB (Red+Green+Blue) = 145+120+152=417 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.77% from 417); Green value is 120 (47.27% from 255 or 28.78% from 417); Blue value is 152 (59.77% from 255 or 36.45% from 417); Max value from RGB is 152 - color contains mainly: blue. Hex color #917898 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917898 is #6E8767. Grayscale: #838383. Windows color (decimal): -7243624 or 9992337. OLE color: 9992337.

HSL color Cylindrical-coordinate representation of color #917898: hue angle of 286.88º 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 #917898 is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB145120152-
CMYK0.050.2100.40
HSL286.88º13.45%53.33%-
HSV(B)286.88º21.05%59.61%-
XYZ24.0621.7232.63-
YUV131.12139.78137.9-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.77%
GREEN value IS 120 (47.27% from 255) = 28.78%
BLUE value IS 152 (59.77% from 255) = 36.45%
R=34.77%
G=28.78%
B=36.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1451201520.050.2100.40286.8813.4553.33
Hex91789851502811fd35
Octal2211702305250504371565
Binary100100011111000100110001011010101010001000111111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917898; }

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

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

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

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

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

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

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

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