#944C8E

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

Shades of Violet Blue #944C8E

Tints of Violet Blue #944C8E

Color information

#944C8E (or 0x944C8E) is unknown color: approx Violet Blue. HEX triplet: 94, 4C and 8E. RGB value is (148,76,142). Sum of RGB (Red+Green+Blue) = 148+76+142=366 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.44% from 366); Green value is 76 (30.08% from 255 or 20.77% from 366); Blue value is 142 (55.86% from 255 or 38.80% from 366); Max value from RGB is 148 - color contains mainly: red. Hex color #944C8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #944C8E is #6BB371. Grayscale: #686868. Windows color (decimal): -7058290 or 9325716. OLE color: 9325716.

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

Color convert

RGB14876142-
CMYK00.490.040.42
HSL305º32.14%43.92%-
HSV(B)305º48.65%58.04%-
XYZ19.6813.4227.14-
YUV105.05148.85158.63-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.44%
GREEN value IS 76 (30.08% from 255) = 20.77%
BLUE value IS 142 (55.86% from 255) = 38.80%
R=40.44%
G=20.77%
B=38.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1487614200.490.040.4230532.1443.92
Hex944C8E03142A131202c
Octal2241142160614524614054
Binary100101001001100100011100110001100101010100110001100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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