#984596

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

Shades of Violet Blue #984596

Tints of Violet Blue #984596

Color information

#984596 (or 0x984596) is unknown color: approx Violet Blue. HEX triplet: 98, 45 and 96. RGB value is (152,69,150). Sum of RGB (Red+Green+Blue) = 152+69+150=371 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.97% from 371); Green value is 69 (27.34% from 255 or 18.60% from 371); Blue value is 150 (58.98% from 255 or 40.43% from 371); Max value from RGB is 152 - color contains mainly: red. Hex color #984596 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984596 is #67BA69. Grayscale: #666666. Windows color (decimal): -6797930 or 9848216. OLE color: 9848216.

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

Color convert

RGB15269150-
CMYK00.550.010.40
HSL301.45º37.56%43.33%-
HSV(B)301.45º54.61%59.61%-
XYZ20.5813.1330.3-
YUV103.05154.5162.91-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.97%
GREEN value IS 69 (27.34% from 255) = 18.60%
BLUE value IS 150 (58.98% from 255) = 40.43%
R=40.97%
G=18.60%
B=40.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.01
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1526915000.550.010.40301.4537.5643.33
Hex98459603712812d262b
Octal2301052260671504554653
Binary1001100010001011001011001101111101000100101101100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984596; }

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

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

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

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

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

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

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

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