#986DA0

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

Shades of Violet Blue #986DA0

Tints of Violet Blue #986DA0

Color information

#986DA0 (or 0x986DA0) is unknown color: approx Violet Blue. HEX triplet: 98, 6D and A0. RGB value is (152,109,160). Sum of RGB (Red+Green+Blue) = 152+109+160=421 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.10% from 421); Green value is 109 (42.97% from 255 or 25.89% from 421); Blue value is 160 (62.89% from 255 or 38.00% from 421); Max value from RGB is 160 - color contains mainly: blue. Hex color #986DA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986DA0 is #67925F. Grayscale: #7F7F7F. Windows color (decimal): -6787680 or 10513816. OLE color: 10513816.

HSL color Cylindrical-coordinate representation of color #986DA0: hue angle of 290.59º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #986DA0 is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB152109160-
CMYK0.050.3200.37
HSL290.59º21.16%52.75%-
HSV(B)290.59º31.87%62.75%-
XYZ24.7620.1535.84-
YUV127.67146.25145.35-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.10%
GREEN value IS 109 (42.97% from 255) = 25.89%
BLUE value IS 160 (62.89% from 255) = 38.00%
R=36.10%
G=25.89%
B=38.00%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1521091600.050.3200.37290.5921.1652.75
Hex986DA05200251231535
Octal2301552405400454432565
Binary10011000110110110100000101100000010010110010001110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,109,160); }

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

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

 a { background-color: rgb(152,109,160); }

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

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

 span { border-color: rgb(152,109,160); }

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