#984598

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

Shades of Violet Blue #984598

Tints of Violet Blue #984598

Color information

#984598 (or 0x984598) is unknown color: approx Violet Blue. HEX triplet: 98, 45 and 98. RGB value is (152,69,152). Sum of RGB (Red+Green+Blue) = 152+69+152=373 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.75% from 373); Green value is 69 (27.34% from 255 or 18.50% from 373); Blue value is 152 (59.77% from 255 or 40.75% from 373); Max value from RGB is 152 - color contains mainly: red, blue. Hex color #984598 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984598 is #67BA67. Grayscale: #676767. Windows color (decimal): -6797928 or 9979288. OLE color: 9979288.

HSL color Cylindrical-coordinate representation of color #984598: hue angle of 300º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #984598 is Cyan = 0, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB15269152-
CMYK00.5500.40
HSL300º37.56%43.33%-
HSV(B)300º54.61%59.61%-
XYZ20.7413.231.16-
YUV103.28155.5162.75-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.75%
GREEN value IS 69 (27.34% from 255) = 18.50%
BLUE value IS 152 (59.77% from 255) = 40.75%
R=40.75%
G=18.50%
B=40.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1526915200.5500.4030037.5643.33
Hex98459803702812c262b
Octal2301052300670504544653
Binary1001100010001011001100001101110101000100101100100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984598; }

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

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

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

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

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

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

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

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