#941D78

Color #941D78 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #941D78

Tints of Dark Purple #941D78

Color information

#941D78 (or 0x941D78) is unknown color: approx Dark Purple. HEX triplet: 94, 1D and 78. RGB value is (148,29,120). Sum of RGB (Red+Green+Blue) = 148+29+120=297 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.83% from 297); Green value is 29 (11.72% from 255 or 9.76% from 297); Blue value is 120 (47.27% from 255 or 40.40% from 297); Max value from RGB is 148 - color contains mainly: red. Hex color #941D78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #941D78 is #6BE287. Grayscale: #4A4A4A. Windows color (decimal): -7070344 or 7871892. OLE color: 7871892.

HSL color Cylindrical-coordinate representation of color #941D78: hue angle of 314.12º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #941D78 is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB14829120-
CMYK00.800.190.42
HSL314.12º67.23%34.71%-
HSV(B)314.12º80.41%58.04%-
XYZ16.048.5318.57-
YUV74.95153.42180.1-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 49.83%
GREEN value IS 29 (11.72% from 255) = 9.76%
BLUE value IS 120 (47.27% from 255) = 40.40%
R=49.83%
G=9.76%
B=40.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1482912000.800.190.42314.1267.2334.71
Hex941D78050132A13a4323
Octal224351700120235247210343
Binary1001010011101111100001010000100111010101001110101000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941D78; }

 p { color: rgb(148,29,120); }

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

<style>
 a { background-color: #941D78; }

 a { background-color: rgb(148,29,120); }

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

<style>
 span { border-color: #941D78; }

 span { border-color: rgb(148,29,120); }

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