#941E87

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

Shades of Dark Purple #941E87

Tints of Dark Purple #941E87

Color information

#941E87 (or 0x941E87) is unknown color: approx Dark Purple. HEX triplet: 94, 1E and 87. RGB value is (148,30,135). Sum of RGB (Red+Green+Blue) = 148+30+135=313 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.28% from 313); Green value is 30 (12.11% from 255 or 9.58% from 313); Blue value is 135 (53.12% from 255 or 43.13% from 313); Max value from RGB is 148 - color contains mainly: red. Hex color #941E87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #941E87 is #6BE178. Grayscale: #4C4C4C. Windows color (decimal): -7070073 or 8855188. OLE color: 8855188.

HSL color Cylindrical-coordinate representation of color #941E87: hue angle of 306.61º degrees, saturation: 0.66, 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 #941E87 is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB14830135-
CMYK00.800.090.42
HSL306.61º66.29%34.9%-
HSV(B)306.61º79.73%58.04%-
XYZ17.058.9723.76-
YUV77.25160.59178.46-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.28%
GREEN value IS 30 (12.11% from 255) = 9.58%
BLUE value IS 135 (53.12% from 255) = 43.13%
R=47.28%
G=9.58%
B=43.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1483013500.800.090.42306.6166.2934.9
Hex941E8705092A1334223
Octal224362070120115246310243
Binary1001010011110100001110101000010011010101001100111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,30,135); }

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

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

 a { background-color: rgb(148,30,135); }

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

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

 span { border-color: rgb(148,30,135); }

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