#984499

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

Shades of Violet Blue #984499

Tints of Violet Blue #984499

Color information

#984499 (or 0x984499) is unknown color: approx Violet Blue. HEX triplet: 98, 44 and 99. RGB value is (152,68,153). Sum of RGB (Red+Green+Blue) = 152+68+153=373 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.75% from 373); Green value is 68 (26.95% from 255 or 18.23% from 373); Blue value is 153 (60.16% from 255 or 41.02% from 373); Max value from RGB is 153 - color contains mainly: blue. Hex color #984499 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984499 is #67BB66. Grayscale: #666666. Windows color (decimal): -6798183 or 10044568. OLE color: 10044568.

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

Color convert

RGB15268153-
CMYK0.010.5600.4
HSL299.29º38.46%43.33%-
HSV(B)299.29º55.56%60%-
XYZ20.7713.1131.57-
YUV102.81156.33163.09-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.75%
GREEN value IS 68 (26.95% from 255) = 18.23%
BLUE value IS 153 (60.16% from 255) = 41.02%
R=40.75%
G=18.23%
B=41.02%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal152681530.010.5600.4299.2938.4643.33
Hex98449913802812b262b
Octal2301042311700504534653
Binary1001100010001001001100111110000101000100101011100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984499; }

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

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

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

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

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

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

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

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