#904D95

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

Shades of Violet Blue #904D95

Tints of Violet Blue #904D95

Color information

#904D95 (or 0x904D95) is unknown color: approx Violet Blue. HEX triplet: 90, 4D and 95. RGB value is (144,77,149). Sum of RGB (Red+Green+Blue) = 144+77+149=370 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.92% from 370); Green value is 77 (30.47% from 255 or 20.81% from 370); Blue value is 149 (58.59% from 255 or 40.27% from 370); Max value from RGB is 149 - color contains mainly: blue. Hex color #904D95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #904D95 is #6FB26A. Grayscale: #696969. Windows color (decimal): -7320171 or 9784720. OLE color: 9784720.

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

Color convert

RGB14477149-
CMYK0.030.4800.42
HSL295.83º31.86%44.31%-
HSV(B)295.83º48.32%58.43%-
XYZ19.5813.4129.99-
YUV105.24152.7155.65-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.92%
GREEN value IS 77 (30.47% from 255) = 20.81%
BLUE value IS 149 (58.59% from 255) = 40.27%
R=38.92%
G=20.81%
B=40.27%

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
Decimal144771490.030.4800.42295.8331.8644.31
Hex904D9533002A128202c
Octal2201152253600524504054
Binary10010000100110110010101111100000101010100101000100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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