Html Css Color HEX #94058B Dark Magenta

📋 copy color: '#94058B'

red 148 ◦ green 5 ◦ blue 139

#94058B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #94058B

Tints of Dark Magenta #94058B

RGB

 RED value IS 148 (58.2% from 255) = 50.68%

 GREEN value IS 5 (2.34% from 255) = 1.71%

 BLUE value IS 139 (54.69% from 255) = 47.6%

R = 50.68%
G = 1.71%
B = 47.6%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#94058B (or 0x94058B) is known color: Dark Magenta. HEX triplet: 94, 05 and 8B. RGB value is (148,5,139). Sum of RGB (Red+Green+Blue) = 148+5+139=292 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.68% from 292); Green value is 5 (2.34% from 255 or 1.71% from 292); Blue value is 139 (54.69% from 255 or 47.60% from 292); Max value from RGB is 148 - color contains mainly: red. Hex color #94058B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #94058B is #6BFA74. Grayscale: #3E3E3E. Windows color (decimal): -7076469 or 9110932. OLE color: 9110932.

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

Color convert

RGB 148 5 139 -
CMYK 0 0.97 0.06 0.42
HSL 303.78º 0.93% 0.3% -
HSV(B) 303.78º 0.97% 0.58% -
XYZ 16.93 8.27 25.13 -
YUV 63.03 170.88 188.6 -
System Red Green Blue C M Y K H S L
Decimal 148 5 139 0 0.97 0.06 0.42 303.78 0.93 0.3
Hex 94 5 8B 0 61 6 2A 130 5D 1E
Octal 224 5 213 0 141 6 52 460 135 36
Binary 10010100 101 10001011 0 1100001 110 101010 100110000 1011101 11110

Color Harmonies of #94058B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94058B

Black with #94058B

Text Example


Text Example

White with #94058B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #94058B;
 }
 .AnyTagClassName
 {
   color: #94058B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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