#94008a

Color #94008A Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #94008A

Tints of Dark Magenta #94008A

Color information

#94008A (or 0x94008A) is unknown color: approx Dark Magenta. HEX triplet: 94, 00 and 8A. RGB value is (148,0,138). Sum of RGB (Red+Green+Blue) = 148+0+138=286 (37% of max value = 765). Red value is 148 (58.20% from 255 or 51.75% from 286); Green value is 0 (0.39% from 255 or 0% from 286); Blue value is 138 (54.30% from 255 or 48.25% from 286); Max value from RGB is 148 - color contains mainly: red. Hex color #94008A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #94008A is #6BFF75. Grayscale: #3B3B3B. Windows color (decimal): -7077750 or 9044116. OLE color: 9044116.

HSL color Cylindrical-coordinate representation of color #94008A: hue angle of 304.05º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #94008A is Cyan = 0, Magento = 1, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB1480138-
CMYK010.070.42
HSL304.05º100%29.02%-
HSV(B)304.05º100%58.04%-
XYZ16.88.1324.73-
YUV59.98172.03190.78-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 51.75%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 138 (54.30% from 255) = 48.25%
R=51.75%
G=0%
B=48.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1480138010.070.42304.0510029.02
Hex9408A06472A130641d
Octal2240212014475246014435
Binary1001010001000101001100100111101010100110000110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94008a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94008a; }

 p { color: rgb(148,0,138); }

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

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

 a { background-color: rgb(148,0,138); }

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

<style>
 span { border-color: #94008a; }

 span { border-color: rgb(148,0,138); }

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