#904993

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

Shades of Vivid Violet #904993

Tints of Vivid Violet #904993

Color information

#904993 (or 0x904993) is unknown color: approx Vivid Violet. HEX triplet: 90, 49 and 93. RGB value is (144,73,147). Sum of RGB (Red+Green+Blue) = 144+73+147=364 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.56% from 364); Green value is 73 (28.91% from 255 or 20.05% from 364); Blue value is 147 (57.81% from 255 or 40.38% from 364); Max value from RGB is 147 - color contains mainly: blue. Hex color #904993 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #904993 is #6FB66C. Grayscale: #666666. Windows color (decimal): -7321197 or 9652624. OLE color: 9652624.

HSL color Cylindrical-coordinate representation of color #904993: hue angle of 297.57º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #904993 is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14473147-
CMYK0.020.5000.42
HSL297.57º33.64%43.14%-
HSV(B)297.57º50.34%57.65%-
XYZ19.1512.829.07-
YUV102.66153.02157.48-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.56%
GREEN value IS 73 (28.91% from 255) = 20.05%
BLUE value IS 147 (57.81% from 255) = 40.38%
R=39.56%
G=20.05%
B=40.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal144731470.020.5000.42297.5733.6443.14
Hex90499323202A12a222b
Octal2201112232620524524253
Binary10010000100100110010011101100100101010100101010100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #904993; }

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

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

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

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

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

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

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

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