#94077B

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

Shades of Dark Magenta #94077B

Tints of Dark Magenta #94077B

Color information

#94077B (or 0x94077B) is unknown color: approx Dark Magenta. HEX triplet: 94, 07 and 7B. RGB value is (148,7,123). Sum of RGB (Red+Green+Blue) = 148+7+123=278 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.24% from 278); Green value is 7 (3.12% from 255 or 2.52% from 278); Blue value is 123 (48.44% from 255 or 44.24% from 278); Max value from RGB is 148 - color contains mainly: red. Hex color #94077B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94077B is #6BF884. Grayscale: #3E3E3E. Windows color (decimal): -7075973 or 8062868. OLE color: 8062868.

HSL color Cylindrical-coordinate representation of color #94077B: hue angle of 310.64º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #94077B is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB1487123-
CMYK00.950.170.42
HSL310.64º90.97%30.39%-
HSV(B)310.64º95.27%58.04%-
XYZ15.867.8819.42-
YUV62.38162.21189.07-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 53.24%
GREEN value IS 7 (3.12% from 255) = 2.52%
BLUE value IS 123 (48.44% from 255) = 44.24%
R=53.24%
G=2.52%
B=44.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148712300.950.170.42310.6490.9730.39
Hex9477B05F112A1375b1e
Octal22471730137215246713336
Binary1001010011111110110101111110001101010100110111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94077B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,7,123); }

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

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

 a { background-color: rgb(148,7,123); }

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

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

 span { border-color: rgb(148,7,123); }

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