#984990

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

Shades of Violet Blue #984990

Tints of Violet Blue #984990

Color information

#984990 (or 0x984990) is unknown color: approx Violet Blue. HEX triplet: 98, 49 and 90. RGB value is (152,73,144). Sum of RGB (Red+Green+Blue) = 152+73+144=369 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.19% from 369); Green value is 73 (28.91% from 255 or 19.78% from 369); Blue value is 144 (56.64% from 255 or 39.02% from 369); Max value from RGB is 152 - color contains mainly: red. Hex color #984990 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984990 is #67B66F. Grayscale: #686868. Windows color (decimal): -6796912 or 9456024. OLE color: 9456024.

HSL color Cylindrical-coordinate representation of color #984990: hue angle of 306.08º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #984990 is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB15273144-
CMYK00.520.050.40
HSL306.08º35.11%44.12%-
HSV(B)306.08º51.97%59.61%-
XYZ20.3713.4527.91-
YUV104.72150.17161.73-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.19%
GREEN value IS 73 (28.91% from 255) = 19.78%
BLUE value IS 144 (56.64% from 255) = 39.02%
R=41.19%
G=19.78%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.05
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527314400.520.050.40306.0835.1144.12
Hex984990034528132232c
Octal2301112200645504624354
Binary100110001001001100100000110100101101000100110010100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984990; }

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

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

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

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

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

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

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

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