#941880

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

Shades of Dark Purple #941880

Tints of Dark Purple #941880

Color information

#941880 (or 0x941880) is unknown color: approx Dark Purple. HEX triplet: 94, 18 and 80. RGB value is (148,24,128). Sum of RGB (Red+Green+Blue) = 148+24+128=300 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.33% from 300); Green value is 24 (9.77% from 255 or 8% from 300); Blue value is 128 (50.39% from 255 or 42.67% from 300); Max value from RGB is 148 - color contains mainly: red. Hex color #941880 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #941880 is #6BE77F. Grayscale: #484848. Windows color (decimal): -7071616 or 8394900. OLE color: 8394900.

HSL color Cylindrical-coordinate representation of color #941880: hue angle of 309.68º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #941880 is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB14824128-
CMYK00.840.140.42
HSL309.68º72.09%33.73%-
HSV(B)309.68º83.78%58.04%-
XYZ16.448.5121.2-
YUV72.93159.08181.54-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 49.33%
GREEN value IS 24 (9.77% from 255) = 8%
BLUE value IS 128 (50.39% from 255) = 42.67%
R=49.33%
G=8%
B=42.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1482412800.840.140.42309.6872.0933.73
Hex941880054E2A1364822
Octal224302000124165246611042
Binary1001010011000100000000101010011101010101001101101001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941880; }

 p { color: rgb(148,24,128); }

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

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

 a { background-color: rgb(148,24,128); }

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

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

 span { border-color: rgb(148,24,128); }

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