#98499A

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

Shades of Violet Blue #98499A

Tints of Violet Blue #98499A

Color information

#98499A (or 0x98499A) is unknown color: approx Violet Blue. HEX triplet: 98, 49 and 9A. RGB value is (152,73,154). Sum of RGB (Red+Green+Blue) = 152+73+154=379 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.11% from 379); Green value is 73 (28.91% from 255 or 19.26% from 379); Blue value is 154 (60.55% from 255 or 40.63% from 379); Max value from RGB is 154 - color contains mainly: blue. Hex color #98499A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98499A is #67B665. Grayscale: #696969. Windows color (decimal): -6796902 or 10111384. OLE color: 10111384.

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

Color convert

RGB15273154-
CMYK0.010.5300.40
HSL298.52º35.68%44.51%-
HSV(B)298.52º52.6%60.39%-
XYZ21.1613.7732.11-
YUV105.86155.17160.91-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.11%
GREEN value IS 73 (28.91% from 255) = 19.26%
BLUE value IS 154 (60.55% from 255) = 40.63%
R=40.11%
G=19.26%
B=40.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152731540.010.5300.40298.5235.6844.51
Hex98499A13502812b242d
Octal2301112321650504534455
Binary1001100010010011001101011101010101000100101011100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98499A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98499A; }

 p { color: rgb(152,73,154); }

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

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

 a { background-color: rgb(152,73,154); }

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

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

 span { border-color: rgb(152,73,154); }

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