#904AE4

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

Shades of Blue Violet #904AE4

Tints of Blue Violet #904AE4

Color information

#904AE4 (or 0x904AE4) is unknown color: approx Blue Violet. HEX triplet: 90, 4A and E4. RGB value is (144,74,228). Sum of RGB (Red+Green+Blue) = 144+74+228=446 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.29% from 446); Green value is 74 (29.30% from 255 or 16.59% from 446); Blue value is 228 (89.45% from 255 or 51.12% from 446); Max value from RGB is 228 - color contains mainly: blue. Hex color #904AE4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #904AE4 is #6FB51B. Grayscale: #6F6F6F. Windows color (decimal): -7320860 or 14961296. OLE color: 14961296.

HSL color Cylindrical-coordinate representation of color #904AE4: hue angle of 267.27º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #904AE4 is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB14474228-
CMYK0.370.6800.11
HSL267.27º74.04%59.22%-
HSV(B)267.27º67.54%89.41%-
XYZ27.9516.4375.1-
YUV112.49193.19150.48-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.29%
GREEN value IS 74 (29.30% from 255) = 16.59%
BLUE value IS 228 (89.45% from 255) = 51.12%
R=32.29%
G=16.59%
B=51.12%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal144742280.370.6800.11267.2774.0459.22
Hex904AE425440B10b4a3b
Octal2201123444510401341311273
Binary100100001001010111001001001011000100010111000010111001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904AE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,74,228); }

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

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

 a { background-color: rgb(144,74,228); }

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

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

 span { border-color: rgb(144,74,228); }

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