#944F96

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

Shades of Violet Blue #944F96

Tints of Violet Blue #944F96

Color information

#944F96 (or 0x944F96) is unknown color: approx Violet Blue. HEX triplet: 94, 4F and 96. RGB value is (148,79,150). Sum of RGB (Red+Green+Blue) = 148+79+150=377 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.26% from 377); Green value is 79 (31.25% from 255 or 20.95% from 377); Blue value is 150 (58.98% from 255 or 39.79% from 377); Max value from RGB is 150 - color contains mainly: blue. Hex color #944F96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #944F96 is #6BB069. Grayscale: #6B6B6B. Windows color (decimal): -7057514 or 9850772. OLE color: 9850772.

HSL color Cylindrical-coordinate representation of color #944F96: hue angle of 298.31º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #944F96 is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB14879150-
CMYK0.010.4700.41
HSL298.31º31%44.9%-
HSV(B)298.31º47.33%58.82%-
XYZ20.5114.0930.49-
YUV107.72151.86156.73-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.26%
GREEN value IS 79 (31.25% from 255) = 20.95%
BLUE value IS 150 (58.98% from 255) = 39.79%
R=39.26%
G=20.95%
B=39.79%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal148791500.010.4700.41298.313144.9
Hex944F9612F02912a1f2d
Octal2241172261570514523755
Binary100101001001111100101101101111010100110010101011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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