#944E99

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

Shades of Violet Blue #944E99

Tints of Violet Blue #944E99

Color information

#944E99 (or 0x944E99) is unknown color: approx Violet Blue. HEX triplet: 94, 4E and 99. RGB value is (148,78,153). Sum of RGB (Red+Green+Blue) = 148+78+153=379 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.05% from 379); Green value is 78 (30.86% from 255 or 20.58% from 379); Blue value is 153 (60.16% from 255 or 40.37% from 379); Max value from RGB is 153 - color contains mainly: blue. Hex color #944E99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #944E99 is #6BB166. Grayscale: #6B6B6B. Windows color (decimal): -7057767 or 10047124. OLE color: 10047124.

HSL color Cylindrical-coordinate representation of color #944E99: hue angle of 296º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #944E99 is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB14878153-
CMYK0.030.4900.4
HSL296º32.47%45.29%-
HSV(B)296º49.02%60%-
XYZ20.6914.0431.76-
YUV107.48153.69156.9-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.05%
GREEN value IS 78 (30.86% from 255) = 20.58%
BLUE value IS 153 (60.16% from 255) = 40.37%
R=39.05%
G=20.58%
B=40.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal148781530.030.4900.429632.4745.29
Hex944E99331028128202d
Octal2241162313610504504055
Binary10010100100111010011001111100010101000100101000100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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