#987399

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

Shades of Violet Blue #987399

Tints of Violet Blue #987399

Color information

#987399 (or 0x987399) is unknown color: approx Violet Blue. HEX triplet: 98, 73 and 99. RGB value is (152,115,153). Sum of RGB (Red+Green+Blue) = 152+115+153=420 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.19% from 420); Green value is 115 (45.31% from 255 or 27.38% from 420); Blue value is 153 (60.16% from 255 or 36.43% from 420); Max value from RGB is 153 - color contains mainly: blue. Hex color #987399 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987399 is #678C66. Grayscale: #828282. Windows color (decimal): -6786151 or 10056600. OLE color: 10056600.

HSL color Cylindrical-coordinate representation of color #987399: hue angle of 298.42º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #987399 is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB152115153-
CMYK0.010.2500.4
HSL298.42º15.7%52.55%-
HSV(B)298.42º24.84%60%-
XYZ24.8321.2432.93-
YUV130.4140.76143.41-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.19%
GREEN value IS 115 (45.31% from 255) = 27.38%
BLUE value IS 153 (60.16% from 255) = 36.43%
R=36.19%
G=27.38%
B=36.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1521151530.010.2500.4298.4215.752.55
Hex98739911902812a1035
Octal2301632311310504522065
Binary10011000111001110011001111001010100010010101010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987399; }

 p { color: rgb(152,115,153); }

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

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

 a { background-color: rgb(152,115,153); }

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

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

 span { border-color: rgb(152,115,153); }

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