#984594

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

Shades of Violet Blue #984594

Tints of Violet Blue #984594

Color information

#984594 (or 0x984594) is unknown color: approx Violet Blue. HEX triplet: 98, 45 and 94. RGB value is (152,69,148). Sum of RGB (Red+Green+Blue) = 152+69+148=369 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.19% from 369); Green value is 69 (27.34% from 255 or 18.70% from 369); Blue value is 148 (58.20% from 255 or 40.11% from 369); Max value from RGB is 152 - color contains mainly: red. Hex color #984594 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984594 is #67BA6B. Grayscale: #666666. Windows color (decimal): -6797932 or 9717144. OLE color: 9717144.

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

Color convert

RGB15269148-
CMYK00.550.030.40
HSL302.89º37.56%43.33%-
HSV(B)302.89º54.61%59.61%-
XYZ20.4213.0729.46-
YUV102.82153.5163.08-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.19%
GREEN value IS 69 (27.34% from 255) = 18.70%
BLUE value IS 148 (58.20% from 255) = 40.11%
R=41.19%
G=18.70%
B=40.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1526914800.550.030.40302.8937.5643.33
Hex98459403732812f262b
Octal2301052240673504574653
Binary10011000100010110010100011011111101000100101111100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984594; }

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

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

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

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

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

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

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

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