#984794

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

Shades of Violet Blue #984794

Tints of Violet Blue #984794

Color information

#984794 (or 0x984794) is unknown color: approx Violet Blue. HEX triplet: 98, 47 and 94. RGB value is (152,71,148). Sum of RGB (Red+Green+Blue) = 152+71+148=371 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.97% from 371); Green value is 71 (28.12% from 255 or 19.14% from 371); Blue value is 148 (58.20% from 255 or 39.89% from 371); Max value from RGB is 152 - color contains mainly: red. Hex color #984794 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984794 is #67B86B. Grayscale: #676767. Windows color (decimal): -6797420 or 9717656. OLE color: 9717656.

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

Color convert

RGB15271148-
CMYK00.530.030.40
HSL302.96º36.32%43.73%-
HSV(B)302.96º53.29%59.61%-
XYZ20.5513.3229.51-
YUV104152.84162.24-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.97%
GREEN value IS 71 (28.12% from 255) = 19.14%
BLUE value IS 148 (58.20% from 255) = 39.89%
R=40.97%
G=19.14%
B=39.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527114800.530.030.40302.9636.3243.73
Hex98479403532812f242c
Octal2301072240653504574454
Binary10011000100011110010100011010111101000100101111100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984794; }

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

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

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

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

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

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

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

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