#986D95

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

Shades of Violet Blue #986D95

Tints of Violet Blue #986D95

Color information

#986D95 (or 0x986D95) is unknown color: approx Violet Blue. HEX triplet: 98, 6D and 95. RGB value is (152,109,149). Sum of RGB (Red+Green+Blue) = 152+109+149=410 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.07% from 410); Green value is 109 (42.97% from 255 or 26.59% from 410); Blue value is 149 (58.59% from 255 or 36.34% from 410); Max value from RGB is 152 - color contains mainly: red. Hex color #986D95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986D95 is #67926A. Grayscale: #7E7E7E. Windows color (decimal): -6787691 or 9792920. OLE color: 9792920.

HSL color Cylindrical-coordinate representation of color #986D95: hue angle of 304.19º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #986D95 is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.40.

Color convert

RGB152109149-
CMYK00.280.020.40
HSL304.19º17.27%51.18%-
HSV(B)304.19º28.29%59.61%-
XYZ23.8419.7831-
YUV126.42140.75146.25-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.07%
GREEN value IS 109 (42.97% from 255) = 26.59%
BLUE value IS 149 (58.59% from 255) = 36.34%
R=37.07%
G=26.59%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.02
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15210914900.280.020.40304.1917.2751.18
Hex986D9501C2281301133
Octal2301552250342504602163
Binary100110001101101100101010111001010100010011000010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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