#985496

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

Shades of Violet Blue #985496

Tints of Violet Blue #985496

Color information

#985496 (or 0x985496) is unknown color: approx Violet Blue. HEX triplet: 98, 54 and 96. RGB value is (152,84,150). Sum of RGB (Red+Green+Blue) = 152+84+150=386 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.38% from 386); Green value is 84 (33.20% from 255 or 21.76% from 386); Blue value is 150 (58.98% from 255 or 38.86% from 386); Max value from RGB is 152 - color contains mainly: red. Hex color #985496 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985496 is #67AB69. Grayscale: #6F6F6F. Windows color (decimal): -6794090 or 9852056. OLE color: 9852056.

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

Color convert

RGB15284150-
CMYK00.450.010.40
HSL301.76º28.81%46.27%-
HSV(B)301.76º44.74%59.61%-
XYZ21.6215.2230.65-
YUV111.86149.53156.63-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.38%
GREEN value IS 84 (33.20% from 255) = 21.76%
BLUE value IS 150 (58.98% from 255) = 38.86%
R=39.38%
G=21.76%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.01
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528415000.450.010.40301.7628.8146.27
Hex98549602D12812e1d2e
Octal2301242260551504563556
Binary100110001010100100101100101101110100010010111011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985496; }

 p { color: rgb(152,84,150); }

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

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

 a { background-color: rgb(152,84,150); }

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

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

 span { border-color: rgb(152,84,150); }

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