#944E9D

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

Shades of Violet Blue #944E9D

Tints of Violet Blue #944E9D

Color information

#944E9D (or 0x944E9D) is unknown color: approx Violet Blue. HEX triplet: 94, 4E and 9D. RGB value is (148,78,157). Sum of RGB (Red+Green+Blue) = 148+78+157=383 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.64% from 383); Green value is 78 (30.86% from 255 or 20.37% from 383); Blue value is 157 (61.72% from 255 or 40.99% from 383); Max value from RGB is 157 - color contains mainly: blue. Hex color #944E9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #944E9D is #6BB162. Grayscale: #6B6B6B. Windows color (decimal): -7057763 or 10309268. OLE color: 10309268.

HSL color Cylindrical-coordinate representation of color #944E9D: hue angle of 293.16º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #944E9D is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14878157-
CMYK0.060.5000.38
HSL293.16º33.62%46.08%-
HSV(B)293.16º50.32%61.57%-
XYZ21.0214.1833.53-
YUV107.94155.69156.58-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.64%
GREEN value IS 78 (30.86% from 255) = 20.37%
BLUE value IS 157 (61.72% from 255) = 40.99%
R=38.64%
G=20.37%
B=40.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal148781570.060.5000.38293.1633.6246.08
Hex944E9D632026125222e
Octal2241162356620464454256
Binary100101001001110100111011101100100100110100100101100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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