#986797

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

Shades of Violet Blue #986797

Tints of Violet Blue #986797

Color information

#986797 (or 0x986797) is unknown color: approx Violet Blue. HEX triplet: 98, 67 and 97. RGB value is (152,103,151). Sum of RGB (Red+Green+Blue) = 152+103+151=406 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.44% from 406); Green value is 103 (40.62% from 255 or 25.37% from 406); Blue value is 151 (59.38% from 255 or 37.19% from 406); Max value from RGB is 152 - color contains mainly: red. Hex color #986797 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986797 is #679868. Grayscale: #7A7A7A. Windows color (decimal): -6789225 or 9922456. OLE color: 9922456.

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

Color convert

RGB152103151-
CMYK00.320.010.40
HSL301.22º19.22%50%-
HSV(B)301.22º32.24%59.61%-
XYZ23.3918.6131.64-
YUV123.12143.73148.6-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.44%
GREEN value IS 103 (40.62% from 255) = 25.37%
BLUE value IS 151 (59.38% from 255) = 37.19%
R=37.44%
G=25.37%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.01
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15210315100.320.010.40301.2219.2250
Hex98679702012812d1332
Octal2301472270401504552362
Binary100110001100111100101110100000110100010010110110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986797; }

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

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

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

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

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

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

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

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