#944C90

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

Shades of Violet Blue #944C90

Tints of Violet Blue #944C90

Color information

#944C90 (or 0x944C90) is unknown color: approx Violet Blue. HEX triplet: 94, 4C and 90. RGB value is (148,76,144). Sum of RGB (Red+Green+Blue) = 148+76+144=368 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.22% from 368); Green value is 76 (30.08% from 255 or 20.65% from 368); Blue value is 144 (56.64% from 255 or 39.13% from 368); Max value from RGB is 148 - color contains mainly: red. Hex color #944C90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #944C90 is #6BB36F. Grayscale: #696969. Windows color (decimal): -7058288 or 9456788. OLE color: 9456788.

HSL color Cylindrical-coordinate representation of color #944C90: hue angle of 303.33º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #944C90 is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB14876144-
CMYK00.490.030.42
HSL303.33º32.14%43.92%-
HSV(B)303.33º48.65%58.04%-
XYZ19.8313.4827.94-
YUV105.28149.85158.47-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.22%
GREEN value IS 76 (30.08% from 255) = 20.65%
BLUE value IS 144 (56.64% from 255) = 39.13%
R=40.22%
G=20.65%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1487614400.490.030.42303.3332.1443.92
Hex944C9003132A12f202c
Octal2241142200613524574054
Binary10010100100110010010000011000111101010100101111100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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