#944C96

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

Shades of Violet Blue #944C96

Tints of Violet Blue #944C96

Color information

#944C96 (or 0x944C96) is unknown color: approx Violet Blue. HEX triplet: 94, 4C and 96. RGB value is (148,76,150). Sum of RGB (Red+Green+Blue) = 148+76+150=374 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.57% from 374); Green value is 76 (30.08% from 255 or 20.32% from 374); Blue value is 150 (58.98% from 255 or 40.11% from 374); Max value from RGB is 150 - color contains mainly: blue. Hex color #944C96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #944C96 is #6BB369. Grayscale: #696969. Windows color (decimal): -7058282 or 9850004. OLE color: 9850004.

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

Color convert

RGB14876150-
CMYK0.010.4900.41
HSL298.38º32.74%44.31%-
HSV(B)298.38º49.33%58.82%-
XYZ20.313.6730.42-
YUV105.96152.85157.98-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.57%
GREEN value IS 76 (30.08% from 255) = 20.32%
BLUE value IS 150 (58.98% from 255) = 40.11%
R=39.57%
G=20.32%
B=40.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal148761500.010.4900.41298.3832.7444.31
Hex944C9613102912a212c
Octal2241142261610514524154
Binary1001010010011001001011011100010101001100101010100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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