#986F9E

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

Shades of Violet Blue #986F9E

Tints of Violet Blue #986F9E

Color information

#986F9E (or 0x986F9E) is unknown color: approx Violet Blue. HEX triplet: 98, 6F and 9E. RGB value is (152,111,158). Sum of RGB (Red+Green+Blue) = 152+111+158=421 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.10% from 421); Green value is 111 (43.75% from 255 or 26.37% from 421); Blue value is 158 (62.11% from 255 or 37.53% from 421); Max value from RGB is 158 - color contains mainly: blue. Hex color #986F9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986F9E is #679061. Grayscale: #808080. Windows color (decimal): -6787170 or 10383256. OLE color: 10383256.

HSL color Cylindrical-coordinate representation of color #986F9E: hue angle of 292.34º 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 #986F9E is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB152111158-
CMYK0.040.3000.38
HSL292.34º19.5%52.75%-
HSV(B)292.34º29.75%61.96%-
XYZ24.820.5135-
YUV128.62144.58144.68-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.10%
GREEN value IS 111 (43.75% from 255) = 26.37%
BLUE value IS 158 (62.11% from 255) = 37.53%
R=36.10%
G=26.37%
B=37.53%

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
Decimal1521111580.040.3000.38292.3419.552.75
Hex986F9E41E0261241435
Octal2301572364360464442465
Binary1001100011011111001111010011110010011010010010010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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