#904EF1

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

Shades of Blue Violet #904EF1

Tints of Blue Violet #904EF1

Color information

#904EF1 (or 0x904EF1) is unknown color: approx Blue Violet. HEX triplet: 90, 4E and F1. RGB value is (144,78,241). Sum of RGB (Red+Green+Blue) = 144+78+241=463 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.10% from 463); Green value is 78 (30.86% from 255 or 16.85% from 463); Blue value is 241 (94.53% from 255 or 52.05% from 463); Max value from RGB is 241 - color contains mainly: blue. Hex color #904EF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #904EF1 is #6FB10E. Grayscale: #737373. Windows color (decimal): -7319823 or 15814288. OLE color: 15814288.

HSL color Cylindrical-coordinate representation of color #904EF1: hue angle of 264.29º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #904EF1 is Cyan = 0.40, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB14478241-
CMYK0.400.6800.05
HSL264.29º85.34%62.55%-
HSV(B)264.29º67.63%94.51%-
XYZ30.117.7385.05-
YUV116.32198.37147.75-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.10%
GREEN value IS 78 (30.86% from 255) = 16.85%
BLUE value IS 241 (94.53% from 255) = 52.05%
R=31.10%
G=16.85%
B=52.05%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal144782410.400.6800.05264.2985.3462.55
Hex904EF1284405108553f
Octal220116361501040541012577
Binary10010000100111011110001101000100010001011000010001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904EF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,78,241); }

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

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

 a { background-color: rgb(144,78,241); }

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

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

 span { border-color: rgb(144,78,241); }

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