#941980

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

Shades of Dark Purple #941980

Tints of Dark Purple #941980

Color information

#941980 (or 0x941980) is unknown color: approx Dark Purple. HEX triplet: 94, 19 and 80. RGB value is (148,25,128). Sum of RGB (Red+Green+Blue) = 148+25+128=301 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.17% from 301); Green value is 25 (10.16% from 255 or 8.31% from 301); Blue value is 128 (50.39% from 255 or 42.52% from 301); Max value from RGB is 148 - color contains mainly: red. Hex color #941980 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #941980 is #6BE67F. Grayscale: #494949. Windows color (decimal): -7071360 or 8395156. OLE color: 8395156.

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

Color convert

RGB14825128-
CMYK00.830.140.42
HSL309.76º71.1%33.92%-
HSV(B)309.76º83.11%58.04%-
XYZ16.468.5521.2-
YUV73.52158.75181.12-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 49.17%
GREEN value IS 25 (10.16% from 255) = 8.31%
BLUE value IS 128 (50.39% from 255) = 42.52%
R=49.17%
G=8.31%
B=42.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1482512800.830.140.42309.7671.133.92
Hex941980053E2A1364722
Octal224312000123165246610742
Binary1001010011001100000000101001111101010101001101101000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941980; }

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

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

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

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

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

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

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

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