#986899

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

Shades of Violet Blue #986899

Tints of Violet Blue #986899

Color information

#986899 (or 0x986899) is unknown color: approx Violet Blue. HEX triplet: 98, 68 and 99. RGB value is (152,104,153). Sum of RGB (Red+Green+Blue) = 152+104+153=409 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.16% from 409); Green value is 104 (41.02% from 255 or 25.43% from 409); Blue value is 153 (60.16% from 255 or 37.41% from 409); Max value from RGB is 153 - color contains mainly: blue. Hex color #986899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986899 is #679766. Grayscale: #7B7B7B. Windows color (decimal): -6788967 or 10053784. OLE color: 10053784.

HSL color Cylindrical-coordinate representation of color #986899: hue angle of 298.78º 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 #986899 is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB152104153-
CMYK0.010.3200.4
HSL298.78º19.37%50.39%-
HSV(B)298.78º32.03%60%-
XYZ23.6518.8832.53-
YUV123.94144.4148.02-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.16%
GREEN value IS 104 (41.02% from 255) = 25.43%
BLUE value IS 153 (60.16% from 255) = 37.41%
R=37.16%
G=25.43%
B=37.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1521041530.010.3200.4298.7819.3750.39
Hex98689912002812b1332
Octal2301502311400504532362
Binary100110001101000100110011100000010100010010101110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986899; }

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

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

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

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

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

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

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

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