#94298E

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

Shades of Dark Purple #94298E

Tints of Dark Purple #94298E

Color information

#94298E (or 0x94298E) is unknown color: approx Dark Purple. HEX triplet: 94, 29 and 8E. RGB value is (148,41,142). Sum of RGB (Red+Green+Blue) = 148+41+142=331 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.71% from 331); Green value is 41 (16.41% from 255 or 12.39% from 331); Blue value is 142 (55.86% from 255 or 42.90% from 331); Max value from RGB is 148 - color contains mainly: red. Hex color #94298E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #94298E is #6BD671. Grayscale: #545454. Windows color (decimal): -7067250 or 9316756. OLE color: 9316756.

HSL color Cylindrical-coordinate representation of color #94298E: hue angle of 303.36º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #94298E is Cyan = 0, Magento = 0.72, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB14841142-
CMYK00.720.040.42
HSL303.36º56.61%37.06%-
HSV(B)303.36º72.3%58.04%-
XYZ17.899.8326.55-
YUV84.51160.45173.29-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.71%
GREEN value IS 41 (16.41% from 255) = 12.39%
BLUE value IS 142 (55.86% from 255) = 42.90%
R=44.71%
G=12.39%
B=42.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1484114200.720.040.42303.3656.6137.06
Hex94298E04842A12f3925
Octal2245121601104524577145
Binary100101001010011000111001001000100101010100101111111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94298E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94298E; }

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

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

<style>
 a { background-color: #94298E; }

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

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

<style>
 span { border-color: #94298E; }

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

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