#904BEA

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

Shades of Blue Violet #904BEA

Tints of Blue Violet #904BEA

Color information

#904BEA (or 0x904BEA) is unknown color: approx Blue Violet. HEX triplet: 90, 4B and EA. RGB value is (144,75,234). Sum of RGB (Red+Green+Blue) = 144+75+234=453 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.79% from 453); Green value is 75 (29.69% from 255 or 16.56% from 453); Blue value is 234 (91.80% from 255 or 51.66% from 453); Max value from RGB is 234 - color contains mainly: blue. Hex color #904BEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #904BEA is #6FB415. Grayscale: #717171. Windows color (decimal): -7320598 or 15354768. OLE color: 15354768.

HSL color Cylindrical-coordinate representation of color #904BEA: hue angle of 266.04º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #904BEA is Cyan = 0.38, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB14475234-
CMYK0.380.6800.08
HSL266.04º79.1%60.59%-
HSV(B)266.04º67.95%91.76%-
XYZ28.8716.979.58-
YUV113.76195.86149.57-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.79%
GREEN value IS 75 (29.69% from 255) = 16.56%
BLUE value IS 234 (91.80% from 255) = 51.66%
R=31.79%
G=16.56%
B=51.66%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal144752340.380.6800.08266.0479.160.59
Hex904BEA26440810a4f3d
Octal2201133524610401041211775
Binary100100001001011111010101001101000100010001000010101001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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