Html Css Color HEX #94048B Dark Magenta

📋 copy color: '#94048B'

red 148 ◦ green 4 ◦ blue 139

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

Shades of Dark Magenta #94048B

Tints of Dark Magenta #94048B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.37%

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

R = 50.86%
G = 1.37%
B = 47.77%

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

#94048B (or 0x94048B) is known color: Dark Magenta. HEX triplet: 94, 04 and 8B. RGB value is (148,4,139). Sum of RGB (Red+Green+Blue) = 148+4+139=291 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.86% from 291); Green value is 4 (1.95% from 255 or 1.37% from 291); Blue value is 139 (54.69% from 255 or 47.77% from 291); Max value from RGB is 148 - color contains mainly: red. Hex color #94048B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #94048B is #6BFB74. Grayscale: #3E3E3E. Windows color (decimal): -7076725 or 9110676. OLE color: 9110676.

HSL color Cylindrical-coordinate representation of color #94048B: hue angle of 303.75º degrees, saturation: 0.95, 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 #94048B is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 4 139 -
CMYK 0 0.97 0.06 0.42
HSL 303.75º 0.95% 0.3% -
HSV(B) 303.75º 0.97% 0.58% -
XYZ 16.92 8.25 25.13 -
YUV 62.45 171.21 189.02 -
System Red Green Blue C M Y K H S L
Decimal 148 4 139 0 0.97 0.06 0.42 303.75 0.95 0.3
Hex 94 4 8B 0 61 6 2A 130 5F 1E
Octal 224 4 213 0 141 6 52 460 137 36
Binary 10010100 100 10001011 0 1100001 110 101010 100110000 1011111 11110

Color Harmonies of #94048B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94048B

Black with #94048B

Text Example


Text Example

White with #94048B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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