#984899

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

Shades of Violet Blue #984899

Tints of Violet Blue #984899

Color information

#984899 (or 0x984899) is unknown color: approx Violet Blue. HEX triplet: 98, 48 and 99. RGB value is (152,72,153). Sum of RGB (Red+Green+Blue) = 152+72+153=377 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.32% from 377); Green value is 72 (28.52% from 255 or 19.10% from 377); Blue value is 153 (60.16% from 255 or 40.58% from 377); Max value from RGB is 153 - color contains mainly: blue. Hex color #984899 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984899 is #67B766. Grayscale: #686868. Windows color (decimal): -6797159 or 10045592. OLE color: 10045592.

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

Color convert

RGB15272153-
CMYK0.010.5300.4
HSL299.26º36%44.12%-
HSV(B)299.26º52.94%60%-
XYZ21.0213.6131.66-
YUV105.15155161.41-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.32%
GREEN value IS 72 (28.52% from 255) = 19.10%
BLUE value IS 153 (60.16% from 255) = 40.58%
R=40.32%
G=19.10%
B=40.58%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal152721530.010.5300.4299.263644.12
Hex98489913502812b242c
Octal2301102311650504534454
Binary1001100010010001001100111101010101000100101011100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984899; }

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

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

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

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

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

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

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

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