#941E89

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

Shades of Dark Purple #941E89

Tints of Dark Purple #941E89

Color information

#941E89 (or 0x941E89) is unknown color: approx Dark Purple. HEX triplet: 94, 1E and 89. RGB value is (148,30,137). Sum of RGB (Red+Green+Blue) = 148+30+137=315 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.98% from 315); Green value is 30 (12.11% from 255 or 9.52% from 315); Blue value is 137 (53.91% from 255 or 43.49% from 315); Max value from RGB is 148 - color contains mainly: red. Hex color #941E89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #941E89 is #6BE176. Grayscale: #4D4D4D. Windows color (decimal): -7070071 or 8986260. OLE color: 8986260.

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

Color convert

RGB14830137-
CMYK00.800.070.42
HSL305.59º66.29%34.9%-
HSV(B)305.59º79.73%58.04%-
XYZ17.199.0324.5-
YUV77.48161.59178.3-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.98%
GREEN value IS 30 (12.11% from 255) = 9.52%
BLUE value IS 137 (53.91% from 255) = 43.49%
R=46.98%
G=9.52%
B=43.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1483013700.800.070.42305.5966.2934.9
Hex941E8905072A1324223
Octal22436211012075246210243
Binary100101001111010001001010100001111010101001100101000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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