#985099

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

Shades of Violet Blue #985099

Tints of Violet Blue #985099

Color information

#985099 (or 0x985099) is unknown color: approx Violet Blue. HEX triplet: 98, 50 and 99. RGB value is (152,80,153). Sum of RGB (Red+Green+Blue) = 152+80+153=385 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.48% from 385); Green value is 80 (31.64% from 255 or 20.78% from 385); Blue value is 153 (60.16% from 255 or 39.74% from 385); Max value from RGB is 153 - color contains mainly: blue. Hex color #985099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985099 is #67AF66. Grayscale: #6D6D6D. Windows color (decimal): -6795111 or 10047640. OLE color: 10047640.

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

Color convert

RGB15280153-
CMYK0.010.4800.4
HSL299.18º31.33%45.69%-
HSV(B)299.18º47.71%60%-
XYZ21.5714.7131.84-
YUV109.85152.35158.06-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.48%
GREEN value IS 80 (31.64% from 255) = 20.78%
BLUE value IS 153 (60.16% from 255) = 39.74%
R=39.48%
G=20.78%
B=39.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal152801530.010.4800.4299.1831.3345.69
Hex98509913002812b1f2e
Octal2301202311600504533756
Binary100110001010000100110011110000010100010010101111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985099; }

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

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

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

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

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

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

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

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