#941E88

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

Shades of Dark Purple #941E88

Tints of Dark Purple #941E88

Color information

#941E88 (or 0x941E88) is unknown color: approx Dark Purple. HEX triplet: 94, 1E and 88. RGB value is (148,30,136). Sum of RGB (Red+Green+Blue) = 148+30+136=314 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.13% from 314); Green value is 30 (12.11% from 255 or 9.55% from 314); Blue value is 136 (53.52% from 255 or 43.31% from 314); Max value from RGB is 148 - color contains mainly: red. Hex color #941E88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #941E88 is #6BE177. Grayscale: #4D4D4D. Windows color (decimal): -7070072 or 8920724. OLE color: 8920724.

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

Color convert

RGB14830136-
CMYK00.800.080.42
HSL306.1º66.29%34.9%-
HSV(B)306.1º79.73%58.04%-
XYZ17.12924.13-
YUV77.37161.09178.38-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.13%
GREEN value IS 30 (12.11% from 255) = 9.55%
BLUE value IS 136 (53.52% from 255) = 43.31%
R=47.13%
G=9.55%
B=43.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1483013600.800.080.42306.166.2934.9
Hex941E8805082A1324223
Octal224362100120105246210243
Binary1001010011110100010000101000010001010101001100101000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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