#986A99

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

Shades of Violet Blue #986A99

Tints of Violet Blue #986A99

Color information

#986A99 (or 0x986A99) is unknown color: approx Violet Blue. HEX triplet: 98, 6A and 99. RGB value is (152,106,153). Sum of RGB (Red+Green+Blue) = 152+106+153=411 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.98% from 411); Green value is 106 (41.80% from 255 or 25.79% from 411); Blue value is 153 (60.16% from 255 or 37.23% from 411); Max value from RGB is 153 - color contains mainly: blue. Hex color #986A99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986A99 is #679566. Grayscale: #7C7C7C. Windows color (decimal): -6788455 or 10054296. OLE color: 10054296.

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

Color convert

RGB152106153-
CMYK0.010.3100.4
HSL298.72º18.73%50.78%-
HSV(B)298.72º30.72%60%-
XYZ23.8519.2832.6-
YUV125.11143.74147.18-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.98%
GREEN value IS 106 (41.80% from 255) = 25.79%
BLUE value IS 153 (60.16% from 255) = 37.23%
R=36.98%
G=25.79%
B=37.23%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1521061530.010.3100.4298.7218.7350.78
Hex986A9911F02812b1333
Octal2301522311370504532363
Binary10011000110101010011001111111010100010010101110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,106,153); }

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

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

 a { background-color: rgb(152,106,153); }

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

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

 span { border-color: rgb(152,106,153); }

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