#904B9E

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

Shades of Violet Blue #904B9E

Tints of Violet Blue #904B9E

Color information

#904B9E (or 0x904B9E) is unknown color: approx Violet Blue. HEX triplet: 90, 4B and 9E. RGB value is (144,75,158). Sum of RGB (Red+Green+Blue) = 144+75+158=377 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.20% from 377); Green value is 75 (29.69% from 255 or 19.89% from 377); Blue value is 158 (62.11% from 255 or 41.91% from 377); Max value from RGB is 158 - color contains mainly: blue. Hex color #904B9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #904B9E is #6FB461. Grayscale: #686868. Windows color (decimal): -7320674 or 10374032. OLE color: 10374032.

HSL color Cylindrical-coordinate representation of color #904B9E: hue angle of 289.88º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #904B9E is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14475158-
CMYK0.090.5300.38
HSL289.88º35.62%45.69%-
HSV(B)289.88º52.53%61.96%-
XYZ20.1913.4333.88-
YUV105.09157.86155.75-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.20%
GREEN value IS 75 (29.69% from 255) = 19.89%
BLUE value IS 158 (62.11% from 255) = 41.91%
R=38.20%
G=19.89%
B=41.91%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal144751580.090.5300.38289.8835.6245.69
Hex904B9E935026122242e
Octal22011323611650464424456
Binary1001000010010111001111010011101010100110100100010100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,75,158); }

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

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

 a { background-color: rgb(144,75,158); }

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

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

 span { border-color: rgb(144,75,158); }

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