#944BE5

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

Shades of Blue Violet #944BE5

Tints of Blue Violet #944BE5

Color information

#944BE5 (or 0x944BE5) is unknown color: approx Blue Violet. HEX triplet: 94, 4B and E5. RGB value is (148,75,229). Sum of RGB (Red+Green+Blue) = 148+75+229=452 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.74% from 452); Green value is 75 (29.69% from 255 or 16.59% from 452); Blue value is 229 (89.84% from 255 or 50.66% from 452); Max value from RGB is 229 - color contains mainly: blue. Hex color #944BE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #944BE5 is #6BB41A. Grayscale: #717171. Windows color (decimal): -7058459 or 15027092. OLE color: 15027092.

HSL color Cylindrical-coordinate representation of color #944BE5: hue angle of 268.44º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #944BE5 is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB14875229-
CMYK0.350.6700.10
HSL268.44º74.76%59.61%-
HSV(B)268.44º67.25%89.8%-
XYZ28.8716.9975.89-
YUV114.38192.68151.98-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.74%
GREEN value IS 75 (29.69% from 255) = 16.59%
BLUE value IS 229 (89.84% from 255) = 50.66%
R=32.74%
G=16.59%
B=50.66%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal148752290.350.6700.10268.4474.7659.61
Hex944BE523430A10c4b3c
Octal2241133454310301241411374
Binary100101001001011111001011000111000011010101000011001001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944BE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944BE5; }

 p { color: rgb(148,75,229); }

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

<style>
 a { background-color: #944BE5; }

 a { background-color: rgb(148,75,229); }

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

<style>
 span { border-color: #944BE5; }

 span { border-color: rgb(148,75,229); }

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