#985C99

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

Shades of Violet Blue #985C99

Tints of Violet Blue #985C99

Color information

#985C99 (or 0x985C99) is unknown color: approx Violet Blue. HEX triplet: 98, 5C and 99. RGB value is (152,92,153). Sum of RGB (Red+Green+Blue) = 152+92+153=397 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.29% from 397); Green value is 92 (36.33% from 255 or 23.17% from 397); Blue value is 153 (60.16% from 255 or 38.54% from 397); Max value from RGB is 153 - color contains mainly: blue. Hex color #985C99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985C99 is #67A366. Grayscale: #747474. Windows color (decimal): -6792039 or 10050712. OLE color: 10050712.

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

Color convert

RGB15292153-
CMYK0.010.4000.4
HSL299.02º24.9%48.04%-
HSV(B)299.02º39.87%60%-
XYZ22.5316.6332.16-
YUV116.89148.38153.04-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.29%
GREEN value IS 92 (36.33% from 255) = 23.17%
BLUE value IS 153 (60.16% from 255) = 38.54%
R=38.29%
G=23.17%
B=38.54%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal152921530.010.4000.4299.0224.948.04
Hex985C9912802812b1930
Octal2301342311500504533160
Binary100110001011100100110011101000010100010010101111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985C99; }

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

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

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

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

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

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

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

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