#984798

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

Shades of Violet Blue #984798

Tints of Violet Blue #984798

Color information

#984798 (or 0x984798) is unknown color: approx Violet Blue. HEX triplet: 98, 47 and 98. RGB value is (152,71,152). Sum of RGB (Red+Green+Blue) = 152+71+152=375 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.53% from 375); Green value is 71 (28.12% from 255 or 18.93% from 375); Blue value is 152 (59.77% from 255 or 40.53% from 375); Max value from RGB is 152 - color contains mainly: red, blue. Hex color #984798 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984798 is #67B867. Grayscale: #686868. Windows color (decimal): -6797416 or 9979800. OLE color: 9979800.

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

Color convert

RGB15271152-
CMYK00.5300.40
HSL300º36.32%43.73%-
HSV(B)300º53.29%59.61%-
XYZ20.8713.4531.2-
YUV104.45154.84161.91-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.53%
GREEN value IS 71 (28.12% from 255) = 18.93%
BLUE value IS 152 (59.77% from 255) = 40.53%
R=40.53%
G=18.93%
B=40.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527115200.5300.4030036.3243.73
Hex98479803502812c242c
Octal2301072300650504544454
Binary1001100010001111001100001101010101000100101100100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984798; }

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

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

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

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

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

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

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

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