#985999

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

Shades of Violet Blue #985999

Tints of Violet Blue #985999

Color information

#985999 (or 0x985999) is unknown color: approx Violet Blue. HEX triplet: 98, 59 and 99. RGB value is (152,89,153). Sum of RGB (Red+Green+Blue) = 152+89+153=394 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.58% from 394); Green value is 89 (35.16% from 255 or 22.59% from 394); Blue value is 153 (60.16% from 255 or 38.83% from 394); Max value from RGB is 153 - color contains mainly: blue. Hex color #985999 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985999 is #67A666. Grayscale: #727272. Windows color (decimal): -6792807 or 10049944. OLE color: 10049944.

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

Color convert

RGB15289153-
CMYK0.010.4200.4
HSL299.06º26.45%47.45%-
HSV(B)299.06º41.83%60%-
XYZ22.2716.1232.07-
YUV115.13149.37154.3-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.58%
GREEN value IS 89 (35.16% from 255) = 22.59%
BLUE value IS 153 (60.16% from 255) = 38.83%
R=38.58%
G=22.59%
B=38.83%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal152891530.010.4200.4299.0626.4547.45
Hex98599912A02812b1a2f
Octal2301312311520504533257
Binary100110001011001100110011101010010100010010101111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985999; }

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

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

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

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

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

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

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

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