#986F9D

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

Shades of Violet Blue #986F9D

Tints of Violet Blue #986F9D

Color information

#986F9D (or 0x986F9D) is unknown color: approx Violet Blue. HEX triplet: 98, 6F and 9D. RGB value is (152,111,157). Sum of RGB (Red+Green+Blue) = 152+111+157=420 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.19% from 420); Green value is 111 (43.75% from 255 or 26.43% from 420); Blue value is 157 (61.72% from 255 or 37.38% from 420); Max value from RGB is 157 - color contains mainly: blue. Hex color #986F9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986F9D is #679062. Grayscale: #808080. Windows color (decimal): -6787171 or 10317720. OLE color: 10317720.

HSL color Cylindrical-coordinate representation of color #986F9D: hue angle of 293.48º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #986F9D is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB152111157-
CMYK0.030.2900.38
HSL293.48º19.01%52.55%-
HSV(B)293.48º29.3%61.57%-
XYZ24.7220.4834.55-
YUV128.5144.08144.76-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.19%
GREEN value IS 111 (43.75% from 255) = 26.43%
BLUE value IS 157 (61.72% from 255) = 37.38%
R=36.19%
G=26.43%
B=37.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1521111570.030.2900.38293.4819.0152.55
Hex986F9D31D0261251335
Octal2301572353350464452365
Binary100110001101111100111011111101010011010010010110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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