#94098B

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

Shades of Dark Magenta #94098B

Tints of Dark Magenta #94098B

Color information

#94098B (or 0x94098B) is unknown color: approx Dark Magenta. HEX triplet: 94, 09 and 8B. RGB value is (148,9,139). Sum of RGB (Red+Green+Blue) = 148+9+139=296 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50% from 296); Green value is 9 (3.91% from 255 or 3.04% from 296); Blue value is 139 (54.69% from 255 or 46.96% from 296); Max value from RGB is 148 - color contains mainly: red. Hex color #94098B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #94098B is #6BF674. Grayscale: #414141. Windows color (decimal): -7075445 or 9111956. OLE color: 9111956.

HSL color Cylindrical-coordinate representation of color #94098B: hue angle of 303.88º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #94098B is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB1489139-
CMYK00.940.060.42
HSL303.88º88.54%30.78%-
HSV(B)303.88º93.92%58.04%-
XYZ16.978.3625.14-
YUV65.38169.55186.93-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 50%
GREEN value IS 9 (3.91% from 255) = 3.04%
BLUE value IS 139 (54.69% from 255) = 46.96%
R=50%
G=3.04%
B=46.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148913900.940.060.42303.8888.5430.78
Hex9498B05E62A130591f
Octal22411213013665246013137
Binary1001010010011000101101011110110101010100110000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94098B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94098B; }

 p { color: rgb(148,9,139); }

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

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

 a { background-color: rgb(148,9,139); }

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

<style>
 span { border-color: #94098B; }

 span { border-color: rgb(148,9,139); }

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