#944C93

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

Shades of Violet Blue #944C93

Tints of Violet Blue #944C93

Color information

#944C93 (or 0x944C93) is unknown color: approx Violet Blue. HEX triplet: 94, 4C and 93. RGB value is (148,76,147). Sum of RGB (Red+Green+Blue) = 148+76+147=371 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.89% from 371); Green value is 76 (30.08% from 255 or 20.49% from 371); Blue value is 147 (57.81% from 255 or 39.62% from 371); Max value from RGB is 148 - color contains mainly: red. Hex color #944C93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #944C93 is #6BB36C. Grayscale: #696969. Windows color (decimal): -7058285 or 9653396. OLE color: 9653396.

HSL color Cylindrical-coordinate representation of color #944C93: hue angle of 300.83º 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 #944C93 is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB14876147-
CMYK00.490.010.42
HSL300.83º32.14%43.92%-
HSV(B)300.83º48.65%58.04%-
XYZ20.0613.5729.17-
YUV105.62151.35158.23-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.89%
GREEN value IS 76 (30.08% from 255) = 20.49%
BLUE value IS 147 (57.81% from 255) = 39.62%
R=39.89%
G=20.49%
B=39.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1487614700.490.010.42300.8332.1443.92
Hex944C9303112A12d202c
Octal2241142230611524554054
Binary1001010010011001001001101100011101010100101101100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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