#944C97

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

Shades of Violet Blue #944C97

Tints of Violet Blue #944C97

Color information

#944C97 (or 0x944C97) is unknown color: approx Violet Blue. HEX triplet: 94, 4C and 97. RGB value is (148,76,151). Sum of RGB (Red+Green+Blue) = 148+76+151=375 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.47% from 375); Green value is 76 (30.08% from 255 or 20.27% from 375); Blue value is 151 (59.38% from 255 or 40.27% from 375); Max value from RGB is 151 - color contains mainly: blue. Hex color #944C97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #944C97 is #6BB368. Grayscale: #696969. Windows color (decimal): -7058281 or 9915540. OLE color: 9915540.

HSL color Cylindrical-coordinate representation of color #944C97: hue angle of 297.6º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #944C97 is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB14876151-
CMYK0.020.5000.41
HSL297.6º33.04%44.51%-
HSV(B)297.6º49.67%59.22%-
XYZ20.3813.730.85-
YUV106.08153.35157.9-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.47%
GREEN value IS 76 (30.08% from 255) = 20.27%
BLUE value IS 151 (59.38% from 255) = 40.27%
R=39.47%
G=20.27%
B=40.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal148761510.020.5000.41297.633.0444.51
Hex944C9723202912a212d
Octal2241142272620514524155
Binary10010100100110010010111101100100101001100101010100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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