#987299

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

Shades of Violet Blue #987299

Tints of Violet Blue #987299

Color information

#987299 (or 0x987299) is unknown color: approx Violet Blue. HEX triplet: 98, 72 and 99. RGB value is (152,114,153). Sum of RGB (Red+Green+Blue) = 152+114+153=419 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.28% from 419); Green value is 114 (44.92% from 255 or 27.21% from 419); Blue value is 153 (60.16% from 255 or 36.52% from 419); Max value from RGB is 153 - color contains mainly: blue. Hex color #987299 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987299 is #678D66. Grayscale: #818181. Windows color (decimal): -6786407 or 10056344. OLE color: 10056344.

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

Color convert

RGB152114153-
CMYK0.010.2500.4
HSL298.46º16.05%52.35%-
HSV(B)298.46º25.49%60%-
XYZ24.7221.0132.89-
YUV129.81141.09143.83-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.28%
GREEN value IS 114 (44.92% from 255) = 27.21%
BLUE value IS 153 (60.16% from 255) = 36.52%
R=36.28%
G=27.21%
B=36.52%

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
Decimal1521141530.010.2500.4298.4616.0552.35
Hex98729911902812a1034
Octal2301622311310504522064
Binary10011000111001010011001111001010100010010101010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987299; }

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

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

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

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

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

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

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

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