#984994

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

Shades of Violet Blue #984994

Tints of Violet Blue #984994

Color information

#984994 (or 0x984994) is unknown color: approx Violet Blue. HEX triplet: 98, 49 and 94. RGB value is (152,73,148). Sum of RGB (Red+Green+Blue) = 152+73+148=373 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.75% from 373); Green value is 73 (28.91% from 255 or 19.57% from 373); Blue value is 148 (58.20% from 255 or 39.68% from 373); Max value from RGB is 152 - color contains mainly: red. Hex color #984994 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984994 is #67B66B. Grayscale: #686868. Windows color (decimal): -6796908 or 9718168. OLE color: 9718168.

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

Color convert

RGB15273148-
CMYK00.520.030.40
HSL303.04º35.11%44.12%-
HSV(B)303.04º51.97%59.61%-
XYZ20.6813.5829.55-
YUV105.17152.17161.4-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.75%
GREEN value IS 73 (28.91% from 255) = 19.57%
BLUE value IS 148 (58.20% from 255) = 39.68%
R=40.75%
G=19.57%
B=39.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527314800.520.030.40303.0435.1144.12
Hex98499403432812f232c
Octal2301112240643504574354
Binary10011000100100110010100011010011101000100101111100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984994; }

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

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

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

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

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

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

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

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