#986F9F

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

Shades of Violet Blue #986F9F

Tints of Violet Blue #986F9F

Color information

#986F9F (or 0x986F9F) is unknown color: approx Violet Blue. HEX triplet: 98, 6F and 9F. RGB value is (152,111,159). Sum of RGB (Red+Green+Blue) = 152+111+159=422 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.02% from 422); Green value is 111 (43.75% from 255 or 26.30% from 422); Blue value is 159 (62.5% from 255 or 37.68% from 422); Max value from RGB is 159 - color contains mainly: blue. Hex color #986F9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986F9F is #679060. Grayscale: #808080. Windows color (decimal): -6787169 or 10448792. OLE color: 10448792.

HSL color Cylindrical-coordinate representation of color #986F9F: hue angle of 291.25º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #986F9F is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB152111159-
CMYK0.040.3000.38
HSL291.25º20%52.94%-
HSV(B)291.25º30.19%62.35%-
XYZ24.8920.5535.46-
YUV128.73145.08144.6-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.02%
GREEN value IS 111 (43.75% from 255) = 26.30%
BLUE value IS 159 (62.5% from 255) = 37.68%
R=36.02%
G=26.30%
B=37.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1521111590.040.3000.38291.252052.94
Hex986F9F41E0261231435
Octal2301572374360464432465
Binary1001100011011111001111110011110010011010010001110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,111,159); }

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

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

 a { background-color: rgb(152,111,159); }

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

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

 span { border-color: rgb(152,111,159); }

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