#941E8E

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

Shades of Dark Purple #941E8E

Tints of Dark Purple #941E8E

Color information

#941E8E (or 0x941E8E) is unknown color: approx Dark Purple. HEX triplet: 94, 1E and 8E. RGB value is (148,30,142). Sum of RGB (Red+Green+Blue) = 148+30+142=320 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.25% from 320); Green value is 30 (12.11% from 255 or 9.38% from 320); Blue value is 142 (55.86% from 255 or 44.38% from 320); Max value from RGB is 148 - color contains mainly: red. Hex color #941E8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #941E8E is #6BE171. Grayscale: #4D4D4D. Windows color (decimal): -7070066 or 9313940. OLE color: 9313940.

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

Color convert

RGB14830142-
CMYK00.800.040.42
HSL303.05º66.29%34.9%-
HSV(B)303.05º79.73%58.04%-
XYZ17.569.1826.44-
YUV78.05164.09177.89-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.25%
GREEN value IS 30 (12.11% from 255) = 9.38%
BLUE value IS 142 (55.86% from 255) = 44.38%
R=46.25%
G=9.38%
B=44.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1483014200.800.040.42303.0566.2934.9
Hex941E8E05042A12f4223
Octal22436216012045245710243
Binary100101001111010001110010100001001010101001011111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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