#986997

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

Shades of Violet Blue #986997

Tints of Violet Blue #986997

Color information

#986997 (or 0x986997) is unknown color: approx Violet Blue. HEX triplet: 98, 69 and 97. RGB value is (152,105,151). Sum of RGB (Red+Green+Blue) = 152+105+151=408 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.25% from 408); Green value is 105 (41.41% from 255 or 25.74% from 408); Blue value is 151 (59.38% from 255 or 37.01% from 408); Max value from RGB is 152 - color contains mainly: red. Hex color #986997 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986997 is #679668. Grayscale: #7C7C7C. Windows color (decimal): -6788713 or 9922968. OLE color: 9922968.

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

Color convert

RGB152105151-
CMYK00.310.010.40
HSL301.28º18.58%50.39%-
HSV(B)301.28º30.92%59.61%-
XYZ23.5919.0131.7-
YUV124.3143.07147.76-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.25%
GREEN value IS 105 (41.41% from 255) = 25.74%
BLUE value IS 151 (59.38% from 255) = 37.01%
R=37.25%
G=25.74%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.01
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15210515100.310.010.40301.2818.5850.39
Hex98699701F12812d1332
Octal2301512270371504552362
Binary10011000110100110010111011111110100010010110110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986997; }

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

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

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

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

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

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

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

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