#986D97

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

Shades of Violet Blue #986D97

Tints of Violet Blue #986D97

Color information

#986D97 (or 0x986D97) is unknown color: approx Violet Blue. HEX triplet: 98, 6D and 97. RGB value is (152,109,151). Sum of RGB (Red+Green+Blue) = 152+109+151=412 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.89% from 412); Green value is 109 (42.97% from 255 or 26.46% from 412); Blue value is 151 (59.38% from 255 or 36.65% from 412); Max value from RGB is 152 - color contains mainly: red. Hex color #986D97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986D97 is #679268. Grayscale: #7E7E7E. Windows color (decimal): -6787689 or 9923992. OLE color: 9923992.

HSL color Cylindrical-coordinate representation of color #986D97: hue angle of 301.4º 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 #986D97 is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB152109151-
CMYK00.280.010.40
HSL301.4º17.27%51.18%-
HSV(B)301.4º28.29%59.61%-
XYZ2419.8531.84-
YUV126.64141.75146.08-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.89%
GREEN value IS 109 (42.97% from 255) = 26.46%
BLUE value IS 151 (59.38% from 255) = 36.65%
R=36.89%
G=26.46%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15210915100.280.010.40301.417.2751.18
Hex986D9701C12812d1133
Octal2301552270341504552163
Binary10011000110110110010111011100110100010010110110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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