#944C8D

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

Shades of Violet Blue #944C8D

Tints of Violet Blue #944C8D

Color information

#944C8D (or 0x944C8D) is unknown color: approx Violet Blue. HEX triplet: 94, 4C and 8D. RGB value is (148,76,141). Sum of RGB (Red+Green+Blue) = 148+76+141=365 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.55% from 365); Green value is 76 (30.08% from 255 or 20.82% from 365); Blue value is 141 (55.47% from 255 or 38.63% from 365); Max value from RGB is 148 - color contains mainly: red. Hex color #944C8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #944C8D is #6BB372. Grayscale: #686868. Windows color (decimal): -7058291 or 9260180. OLE color: 9260180.

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

Color convert

RGB14876141-
CMYK00.490.050.42
HSL305.83º32.14%43.92%-
HSV(B)305.83º48.65%58.04%-
XYZ19.613.3926.75-
YUV104.94148.35158.71-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.55%
GREEN value IS 76 (30.08% from 255) = 20.82%
BLUE value IS 141 (55.47% from 255) = 38.63%
R=40.55%
G=20.82%
B=38.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1487614100.490.050.42305.8332.1443.92
Hex944C8D03152A132202c
Octal2241142150615524624054
Binary100101001001100100011010110001101101010100110010100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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