#985491

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

Shades of Violet Blue #985491

Tints of Violet Blue #985491

Color information

#985491 (or 0x985491) is unknown color: approx Violet Blue. HEX triplet: 98, 54 and 91. RGB value is (152,84,145). Sum of RGB (Red+Green+Blue) = 152+84+145=381 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.90% from 381); Green value is 84 (33.20% from 255 or 22.05% from 381); Blue value is 145 (57.03% from 255 or 38.06% from 381); Max value from RGB is 152 - color contains mainly: red. Hex color #985491 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985491 is #67AB6E. Grayscale: #6F6F6F. Windows color (decimal): -6794095 or 9524376. OLE color: 9524376.

HSL color Cylindrical-coordinate representation of color #985491: hue angle of 306.18º 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 #985491 is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB15284145-
CMYK00.450.050.40
HSL306.18º28.81%46.27%-
HSV(B)306.18º44.74%59.61%-
XYZ21.2315.0628.58-
YUV111.29147.03157.04-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.90%
GREEN value IS 84 (33.20% from 255) = 22.05%
BLUE value IS 145 (57.03% from 255) = 38.06%
R=39.90%
G=22.05%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.05
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528414500.450.050.40306.1828.8146.27
Hex98549102D5281321d2e
Octal2301242210555504623556
Binary10011000101010010010001010110110110100010011001011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985491; }

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

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

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

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

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

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

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

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