#986099

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

Shades of Violet Blue #986099

Tints of Violet Blue #986099

Color information

#986099 (or 0x986099) is unknown color: approx Violet Blue. HEX triplet: 98, 60 and 99. RGB value is (152,96,153). Sum of RGB (Red+Green+Blue) = 152+96+153=401 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.91% from 401); Green value is 96 (37.89% from 255 or 23.94% from 401); Blue value is 153 (60.16% from 255 or 38.15% from 401); Max value from RGB is 153 - color contains mainly: blue. Hex color #986099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986099 is #679F66. Grayscale: #777777. Windows color (decimal): -6791015 or 10051736. OLE color: 10051736.

HSL color Cylindrical-coordinate representation of color #986099: hue angle of 298.95º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #986099 is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB15296153-
CMYK0.010.3700.4
HSL298.95º22.89%48.82%-
HSV(B)298.95º37.25%60%-
XYZ22.8817.3432.28-
YUV119.24147.05151.37-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.91%
GREEN value IS 96 (37.89% from 255) = 23.94%
BLUE value IS 153 (60.16% from 255) = 38.15%
R=37.91%
G=23.94%
B=38.15%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal152961530.010.3700.4298.9522.8948.82
Hex98609912502812b1731
Octal2301402311450504532761
Binary100110001100000100110011100101010100010010101110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986099; }

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

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

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

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

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

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

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

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