#904E95

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

Shades of Violet Blue #904E95

Tints of Violet Blue #904E95

Color information

#904E95 (or 0x904E95) is unknown color: approx Violet Blue. HEX triplet: 90, 4E and 95. RGB value is (144,78,149). Sum of RGB (Red+Green+Blue) = 144+78+149=371 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.81% from 371); Green value is 78 (30.86% from 255 or 21.02% from 371); Blue value is 149 (58.59% from 255 or 40.16% from 371); Max value from RGB is 149 - color contains mainly: blue. Hex color #904E95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #904E95 is #6FB16A. Grayscale: #696969. Windows color (decimal): -7319915 or 9784976. OLE color: 9784976.

HSL color Cylindrical-coordinate representation of color #904E95: hue angle of 295.77º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #904E95 is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14478149-
CMYK0.030.4800.42
HSL295.77º31.28%44.51%-
HSV(B)295.77º47.65%58.43%-
XYZ19.6513.5530.01-
YUV105.83152.37155.23-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.81%
GREEN value IS 78 (30.86% from 255) = 21.02%
BLUE value IS 149 (58.59% from 255) = 40.16%
R=38.81%
G=21.02%
B=40.16%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal144781490.030.4800.42295.7731.2844.51
Hex904E9533002A1281f2d
Octal2201162253600524503755
Binary1001000010011101001010111110000010101010010100011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #904E95; }

 p { color: rgb(144,78,149); }

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

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

 a { background-color: rgb(144,78,149); }

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

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

 span { border-color: rgb(144,78,149); }

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