#944F94

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

Shades of Violet Blue #944F94

Tints of Violet Blue #944F94

Color information

#944F94 (or 0x944F94) is unknown color: approx Violet Blue. HEX triplet: 94, 4F and 94. RGB value is (148,79,148). Sum of RGB (Red+Green+Blue) = 148+79+148=375 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.47% from 375); Green value is 79 (31.25% from 255 or 21.07% from 375); Blue value is 148 (58.20% from 255 or 39.47% from 375); Max value from RGB is 148 - color contains mainly: red, blue. Hex color #944F94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #944F94 is #6BB06B. Grayscale: #6B6B6B. Windows color (decimal): -7057516 or 9719700. OLE color: 9719700.

HSL color Cylindrical-coordinate representation of color #944F94: hue angle of 300º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #944F94 is Cyan = 0, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14879148-
CMYK00.4700.42
HSL300º30.4%44.51%-
HSV(B)300º46.62%58.04%-
XYZ20.3514.0329.65-
YUV107.5150.86156.89-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.47%
GREEN value IS 79 (31.25% from 255) = 21.07%
BLUE value IS 148 (58.20% from 255) = 39.47%
R=39.47%
G=21.07%
B=39.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1487914800.4700.4230030.444.51
Hex944F9402F02A12c1e2d
Octal2241172240570524543655
Binary100101001001111100101000101111010101010010110011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,79,148); }

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

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

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

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

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

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

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