#986E97

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

Shades of Violet Blue #986E97

Tints of Violet Blue #986E97

Color information

#986E97 (or 0x986E97) is unknown color: approx Violet Blue. HEX triplet: 98, 6E and 97. RGB value is (152,110,151). Sum of RGB (Red+Green+Blue) = 152+110+151=413 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.80% from 413); Green value is 110 (43.36% from 255 or 26.63% from 413); Blue value is 151 (59.38% from 255 or 36.56% from 413); Max value from RGB is 152 - color contains mainly: red. Hex color #986E97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986E97 is #679168. Grayscale: #7F7F7F. Windows color (decimal): -6787433 or 9924248. OLE color: 9924248.

HSL color Cylindrical-coordinate representation of color #986E97: hue angle of 301.43º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #986E97 is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB152110151-
CMYK00.280.010.40
HSL301.43º16.94%51.37%-
HSV(B)301.43º27.63%59.61%-
XYZ24.1120.0631.88-
YUV127.23141.41145.67-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.80%
GREEN value IS 110 (43.36% from 255) = 26.63%
BLUE value IS 151 (59.38% from 255) = 36.56%
R=36.80%
G=26.63%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211015100.280.010.40301.4316.9451.37
Hex986E9701C12812d1133
Octal2301562270341504552163
Binary10011000110111010010111011100110100010010110110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986E97; }

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

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

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

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

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

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

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

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