#985797

Color #985797 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #985797

Tints of Violet Blue #985797

Color information

#985797 (or 0x985797) is unknown color: approx Violet Blue. HEX triplet: 98, 57 and 97. RGB value is (152,87,151). Sum of RGB (Red+Green+Blue) = 152+87+151=390 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.97% from 390); Green value is 87 (34.38% from 255 or 22.31% from 390); Blue value is 151 (59.38% from 255 or 38.72% from 390); Max value from RGB is 152 - color contains mainly: red. Hex color #985797 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985797 is #67A868. Grayscale: #717171. Windows color (decimal): -6793321 or 9918360. OLE color: 9918360.

HSL color Cylindrical-coordinate representation of color #985797: hue angle of 300.92º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #985797 is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB15287151-
CMYK00.430.010.40
HSL300.92º27.2%46.86%-
HSV(B)300.92º42.76%59.61%-
XYZ21.9415.7331.16-
YUV113.73149.03155.3-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.97%
GREEN value IS 87 (34.38% from 255) = 22.31%
BLUE value IS 151 (59.38% from 255) = 38.72%
R=38.97%
G=22.31%
B=38.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.01
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528715100.430.010.40300.9227.246.86
Hex98579702B12812d1b2f
Octal2301272270531504553357
Binary100110001010111100101110101011110100010010110111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985797; }

 p { color: rgb(152,87,151); }

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

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

 a { background-color: rgb(152,87,151); }

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

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

 span { border-color: rgb(152,87,151); }

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