#944EF6

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

Shades of Blue Violet #944EF6

Tints of Blue Violet #944EF6

Color information

#944EF6 (or 0x944EF6) is unknown color: approx Blue Violet. HEX triplet: 94, 4E and F6. RGB value is (148,78,246). Sum of RGB (Red+Green+Blue) = 148+78+246=472 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.36% from 472); Green value is 78 (30.86% from 255 or 16.53% from 472); Blue value is 246 (96.48% from 255 or 52.12% from 472); Max value from RGB is 246 - color contains mainly: blue. Hex color #944EF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #944EF6 is #6BB109. Grayscale: #757575. Windows color (decimal): -7057674 or 16141972. OLE color: 16141972.

HSL color Cylindrical-coordinate representation of color #944EF6: hue angle of 265º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #944EF6 is Cyan = 0.40, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB14878246-
CMYK0.400.6800.04
HSL265º90.32%63.53%-
HSV(B)265º68.29%96.47%-
XYZ31.5718.489.08-
YUV118.08200.19149.34-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.36%
GREEN value IS 78 (30.86% from 255) = 16.53%
BLUE value IS 246 (96.48% from 255) = 52.12%
R=31.36%
G=16.53%
B=52.12%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal148782460.400.6800.0426590.3263.53
Hex944EF62844041095a40
Octal2241163665010404411132100
Binary100101001001110111101101010001000100010010000100110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944EF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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