#904D9B

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

Shades of Violet Blue #904D9B

Tints of Violet Blue #904D9B

Color information

#904D9B (or 0x904D9B) is unknown color: approx Violet Blue. HEX triplet: 90, 4D and 9B. RGB value is (144,77,155). Sum of RGB (Red+Green+Blue) = 144+77+155=376 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.30% from 376); Green value is 77 (30.47% from 255 or 20.48% from 376); Blue value is 155 (60.94% from 255 or 41.22% from 376); Max value from RGB is 155 - color contains mainly: blue. Hex color #904D9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #904D9B is #6FB264. Grayscale: #696969. Windows color (decimal): -7320165 or 10177936. OLE color: 10177936.

HSL color Cylindrical-coordinate representation of color #904D9B: hue angle of 291.54º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #904D9B is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14477155-
CMYK0.070.5000.39
HSL291.54º33.62%45.49%-
HSV(B)291.54º50.32%60.78%-
XYZ20.0713.632.58-
YUV105.92155.7155.16-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.30%
GREEN value IS 77 (30.47% from 255) = 20.48%
BLUE value IS 155 (60.94% from 255) = 41.22%
R=38.30%
G=20.48%
B=41.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal144771550.070.5000.39291.5433.6245.49
Hex904D9B732027124222d
Octal2201152337620474444255
Binary100100001001101100110111111100100100111100100100100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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