#904B9A

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

Shades of Violet Blue #904B9A

Tints of Violet Blue #904B9A

Color information

#904B9A (or 0x904B9A) is unknown color: approx Violet Blue. HEX triplet: 90, 4B and 9A. RGB value is (144,75,154). Sum of RGB (Red+Green+Blue) = 144+75+154=373 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.61% from 373); Green value is 75 (29.69% from 255 or 20.11% from 373); Blue value is 154 (60.55% from 255 or 41.29% from 373); Max value from RGB is 154 - color contains mainly: blue. Hex color #904B9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #904B9A is #6FB465. Grayscale: #686868. Windows color (decimal): -7320678 or 10111888. OLE color: 10111888.

HSL color Cylindrical-coordinate representation of color #904B9A: hue angle of 292.41º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #904B9A is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB14475154-
CMYK0.060.5100.40
HSL292.41º34.5%44.9%-
HSV(B)292.41º51.3%60.39%-
XYZ19.8513.2932.09-
YUV104.64155.86156.08-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.61%
GREEN value IS 75 (29.69% from 255) = 20.11%
BLUE value IS 154 (60.55% from 255) = 41.29%
R=38.61%
G=20.11%
B=41.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal144751540.060.5100.40292.4134.544.9
Hex904B9A633028124222d
Octal2201132326630504444255
Binary100100001001011100110101101100110101000100100100100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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