#944EEA

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

Shades of Blue Violet #944EEA

Tints of Blue Violet #944EEA

Color information

#944EEA (or 0x944EEA) is unknown color: approx Blue Violet. HEX triplet: 94, 4E and EA. RGB value is (148,78,234). Sum of RGB (Red+Green+Blue) = 148+78+234=460 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.17% from 460); Green value is 78 (30.86% from 255 or 16.96% from 460); Blue value is 234 (91.80% from 255 or 50.87% from 460); Max value from RGB is 234 - color contains mainly: blue. Hex color #944EEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #944EEA is #6BB115. Grayscale: #747474. Windows color (decimal): -7057686 or 15355540. OLE color: 15355540.

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

Color convert

RGB14878234-
CMYK0.370.6700.08
HSL266.92º78.79%61.18%-
HSV(B)266.92º66.67%91.76%-
XYZ29.7917.6979.69-
YUV116.71194.19150.32-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.17%
GREEN value IS 78 (30.86% from 255) = 16.96%
BLUE value IS 234 (91.80% from 255) = 50.87%
R=32.17%
G=16.96%
B=50.87%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal148782340.370.6700.08266.9278.7961.18
Hex944EEA25430810b4f3d
Octal2241163524510301041311775
Binary100101001001110111010101001011000011010001000010111001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,78,234); }

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

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

 a { background-color: rgb(148,78,234); }

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

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

 span { border-color: rgb(148,78,234); }

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