#985599

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

Shades of Violet Blue #985599

Tints of Violet Blue #985599

Color information

#985599 (or 0x985599) is unknown color: approx Violet Blue. HEX triplet: 98, 55 and 99. RGB value is (152,85,153). Sum of RGB (Red+Green+Blue) = 152+85+153=390 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.97% from 390); Green value is 85 (33.59% from 255 or 21.79% from 390); Blue value is 153 (60.16% from 255 or 39.23% from 390); Max value from RGB is 153 - color contains mainly: blue. Hex color #985599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985599 is #67AA66. Grayscale: #707070. Windows color (decimal): -6793831 or 10048920. OLE color: 10048920.

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

Color convert

RGB15285153-
CMYK0.010.4400.4
HSL299.12º28.57%46.67%-
HSV(B)299.12º44.44%60%-
XYZ21.9515.4731.97-
YUV112.78150.7155.97-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.97%
GREEN value IS 85 (33.59% from 255) = 21.79%
BLUE value IS 153 (60.16% from 255) = 39.23%
R=38.97%
G=21.79%
B=39.23%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal152851530.010.4400.4299.1228.5746.67
Hex98559912C02812b1d2f
Octal2301252311540504533557
Binary100110001010101100110011101100010100010010101111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985599; }

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

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

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

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

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

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

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

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