#941E70

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

Shades of Dark Purple #941E70

Tints of Dark Purple #941E70

Color information

#941E70 (or 0x941E70) is unknown color: approx Dark Purple. HEX triplet: 94, 1E and 70. RGB value is (148,30,112). Sum of RGB (Red+Green+Blue) = 148+30+112=290 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.03% from 290); Green value is 30 (12.11% from 255 or 10.34% from 290); Blue value is 112 (44.14% from 255 or 38.62% from 290); Max value from RGB is 148 - color contains mainly: red. Hex color #941E70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #941E70 is #6BE18F. Grayscale: #4A4A4A. Windows color (decimal): -7070096 or 7347860. OLE color: 7347860.

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

Color convert

RGB14830112-
CMYK00.800.240.42
HSL318.31º66.29%34.9%-
HSV(B)318.31º79.73%58.04%-
XYZ15.68.3916.13-
YUV74.63149.09180.33-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 51.03%
GREEN value IS 30 (12.11% from 255) = 10.34%
BLUE value IS 112 (44.14% from 255) = 38.62%
R=51.03%
G=10.34%
B=38.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1483011200.800.240.42318.3166.2934.9
Hex941E70050182A13e4223
Octal224361600120305247610243
Binary1001010011110111000001010000110001010101001111101000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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