#987097

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

Shades of Violet Blue #987097

Tints of Violet Blue #987097

Color information

#987097 (or 0x987097) is unknown color: approx Violet Blue. HEX triplet: 98, 70 and 97. RGB value is (152,112,151). Sum of RGB (Red+Green+Blue) = 152+112+151=415 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.63% from 415); Green value is 112 (44.14% from 255 or 26.99% from 415); Blue value is 151 (59.38% from 255 or 36.39% from 415); Max value from RGB is 152 - color contains mainly: red. Hex color #987097 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987097 is #678F68. Grayscale: #808080. Windows color (decimal): -6786921 or 9924760. OLE color: 9924760.

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

Color convert

RGB152112151-
CMYK00.260.010.40
HSL301.5º16.26%51.76%-
HSV(B)301.5º26.32%59.61%-
XYZ24.3320.531.95-
YUV128.41140.75144.83-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.63%
GREEN value IS 112 (44.14% from 255) = 26.99%
BLUE value IS 151 (59.38% from 255) = 36.39%
R=36.63%
G=26.99%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211215100.260.010.40301.516.2651.76
Hex98709701A12812e1034
Octal2301602270321504562064
Binary10011000111000010010111011010110100010010111010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987097; }

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

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

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

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

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

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

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

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