Html Css Color HEX #94148D Dark Magenta

📋 copy color: '#94148D'

red 148 ◦ green 20 ◦ blue 141

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

Shades of Dark Magenta #94148D

Tints of Dark Magenta #94148D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 45.63%

R = 47.9%
G = 6.47%
B = 45.63%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#94148D (or 0x94148D) is known color: Dark Magenta. HEX triplet: 94, 14 and 8D. RGB value is (148,20,141). Sum of RGB (Red+Green+Blue) = 148+20+141=309 (40% of max value = 765). Red value is 148 (58.20% from 255 or 47.90% from 309); Green value is 20 (8.20% from 255 or 6.47% from 309); Blue value is 141 (55.47% from 255 or 45.63% from 309); Max value from RGB is 148 - color contains mainly: red. Hex color #94148D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #94148D is #6BEB72. Grayscale: #474747. Windows color (decimal): -7072627 or 9245844. OLE color: 9245844.

HSL color Cylindrical-coordinate representation of color #94148D: hue angle of 303.28º 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 #94148D is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 20 141 -
CMYK 0 0.86 0.05 0.42
HSL 303.28º 0.76% 0.33% -
HSV(B) 303.28º 0.86% 0.58% -
XYZ 17.27 8.72 25.97 -
YUV 72.07 166.91 182.16 -
System Red Green Blue C M Y K H S L
Decimal 148 20 141 0 0.86 0.05 0.42 303.28 0.76 0.33
Hex 94 14 8D 0 56 5 2A 12F 4C 21
Octal 224 24 215 0 126 5 52 457 114 41
Binary 10010100 10100 10001101 0 1010110 101 101010 100101111 1001100 100001

Color Harmonies of #94148D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94148D

Black with #94148D

Text Example


Text Example

White with #94148D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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