#985697

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

Shades of Violet Blue #985697

Tints of Violet Blue #985697

Color information

#985697 (or 0x985697) is unknown color: approx Violet Blue. HEX triplet: 98, 56 and 97. RGB value is (152,86,151). Sum of RGB (Red+Green+Blue) = 152+86+151=389 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.07% from 389); Green value is 86 (33.98% from 255 or 22.11% from 389); Blue value is 151 (59.38% from 255 or 38.82% from 389); Max value from RGB is 152 - color contains mainly: red. Hex color #985697 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985697 is #67A968. Grayscale: #707070. Windows color (decimal): -6793577 or 9918104. OLE color: 9918104.

HSL color Cylindrical-coordinate representation of color #985697: hue angle of 300.91º degrees, saturation: 0.28, 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 #985697 is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB15286151-
CMYK00.430.010.40
HSL300.91º27.73%46.67%-
HSV(B)300.91º43.42%59.61%-
XYZ21.8615.5731.13-
YUV113.14149.37155.71-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.07%
GREEN value IS 86 (33.98% from 255) = 22.11%
BLUE value IS 151 (59.38% from 255) = 38.82%
R=39.07%
G=22.11%
B=38.82%

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
Decimal1528615100.430.010.40300.9127.7346.67
Hex98569702B12812d1c2f
Octal2301262270531504553457
Binary100110001010110100101110101011110100010010110111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985697; }

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

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

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

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

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

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

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

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