Html Css Color HEX #94148B Dark Magenta

📋 copy color: '#94148B'

red 148 ◦ green 20 ◦ blue 139

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

Shades of Dark Magenta #94148B

Tints of Dark Magenta #94148B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.51%

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

R = 48.21%
G = 6.51%
B = 45.28%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#94148B (or 0x94148B) is known color: Dark Magenta. HEX triplet: 94, 14 and 8B. RGB value is (148,20,139). Sum of RGB (Red+Green+Blue) = 148+20+139=307 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.21% from 307); Green value is 20 (8.20% from 255 or 6.51% from 307); Blue value is 139 (54.69% from 255 or 45.28% from 307); Max value from RGB is 148 - color contains mainly: red. Hex color #94148B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #94148B is #6BEB74. Grayscale: #474747. Windows color (decimal): -7072629 or 9114772. OLE color: 9114772.

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

Color convert

RGB 148 20 139 -
CMYK 0 0.86 0.06 0.42
HSL 304.22º 0.76% 0.33% -
HSV(B) 304.22º 0.86% 0.58% -
XYZ 17.12 8.66 25.2 -
YUV 71.84 165.91 182.32 -
System Red Green Blue C M Y K H S L
Decimal 148 20 139 0 0.86 0.06 0.42 304.22 0.76 0.33
Hex 94 14 8B 0 56 6 2A 130 4C 21
Octal 224 24 213 0 126 6 52 460 114 41
Binary 10010100 10100 10001011 0 1010110 110 101010 100110000 1001100 100001

Color Harmonies of #94148B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94148B

Black with #94148B

Text Example


Text Example

White with #94148B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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