#904992

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

Shades of Vivid Violet #904992

Tints of Vivid Violet #904992

Color information

#904992 (or 0x904992) is unknown color: approx Vivid Violet. HEX triplet: 90, 49 and 92. RGB value is (144,73,146). Sum of RGB (Red+Green+Blue) = 144+73+146=363 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.67% from 363); Green value is 73 (28.91% from 255 or 20.11% from 363); Blue value is 146 (57.42% from 255 or 40.22% from 363); Max value from RGB is 146 - color contains mainly: blue. Hex color #904992 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #904992 is #6FB66D. Grayscale: #666666. Windows color (decimal): -7321198 or 9587088. OLE color: 9587088.

HSL color Cylindrical-coordinate representation of color #904992: hue angle of 298.36º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #904992 is Cyan = 0.01, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB14473146-
CMYK0.010.500.43
HSL298.36º33.33%42.94%-
HSV(B)298.36º50%57.25%-
XYZ19.0712.7728.65-
YUV102.55152.52157.56-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.67%
GREEN value IS 73 (28.91% from 255) = 20.11%
BLUE value IS 146 (57.42% from 255) = 40.22%
R=39.67%
G=20.11%
B=40.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal144731460.010.500.43298.3633.3342.94
Hex90499213202B12a212b
Octal2201112221620534524153
Binary1001000010010011001001011100100101011100101010100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #904992; }

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

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

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

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

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

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

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

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