#904996

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

Shades of Vivid Violet #904996

Tints of Vivid Violet #904996

Color information

#904996 (or 0x904996) is unknown color: approx Vivid Violet. HEX triplet: 90, 49 and 96. RGB value is (144,73,150). Sum of RGB (Red+Green+Blue) = 144+73+150=367 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.24% from 367); Green value is 73 (28.91% from 255 or 19.89% from 367); Blue value is 150 (58.98% from 255 or 40.87% from 367); Max value from RGB is 150 - color contains mainly: blue. Hex color #904996 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #904996 is #6FB669. Grayscale: #666666. Windows color (decimal): -7321194 or 9849232. OLE color: 9849232.

HSL color Cylindrical-coordinate representation of color #904996: hue angle of 295.32º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #904996 is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB14473150-
CMYK0.040.5100.41
HSL295.32º34.53%43.73%-
HSV(B)295.32º51.33%58.82%-
XYZ19.3912.930.32-
YUV103.01154.52157.24-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.24%
GREEN value IS 73 (28.91% from 255) = 19.89%
BLUE value IS 150 (58.98% from 255) = 40.87%
R=39.24%
G=19.89%
B=40.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal144731500.040.5100.41295.3234.5343.73
Hex904996433029127232c
Octal2201112264630514474354
Binary100100001001001100101101001100110101001100100111100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #904996; }

 p { color: rgb(144,73,150); }

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

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

 a { background-color: rgb(144,73,150); }

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

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

 span { border-color: rgb(144,73,150); }

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