Html Css Color HEX #94148A Dark Magenta

📋 copy color: '#94148A'

red 148 ◦ green 20 ◦ blue 138

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

Shades of Dark Magenta #94148A

Tints of Dark Magenta #94148A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 45.1%

R = 48.37%
G = 6.54%
B = 45.1%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#94148A (or 0x94148A) is known color: Dark Magenta. HEX triplet: 94, 14 and 8A. RGB value is (148,20,138). Sum of RGB (Red+Green+Blue) = 148+20+138=306 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.37% from 306); Green value is 20 (8.20% from 255 or 6.54% from 306); Blue value is 138 (54.30% from 255 or 45.10% from 306); Max value from RGB is 148 - color contains mainly: red. Hex color #94148A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #94148A is #6BEB75. Grayscale: #474747. Windows color (decimal): -7072630 or 9049236. OLE color: 9049236.

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

Color convert

RGB 148 20 138 -
CMYK 0 0.86 0.07 0.42
HSL 304.69º 0.76% 0.33% -
HSV(B) 304.69º 0.86% 0.58% -
XYZ 17.05 8.63 24.81 -
YUV 71.72 165.41 182.41 -
System Red Green Blue C M Y K H S L
Decimal 148 20 138 0 0.86 0.07 0.42 304.69 0.76 0.33
Hex 94 14 8A 0 56 7 2A 131 4C 21
Octal 224 24 212 0 126 7 52 461 114 41
Binary 10010100 10100 10001010 0 1010110 111 101010 100110001 1001100 100001

Color Harmonies of #94148A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94148A

Black with #94148A

Text Example


Text Example

White with #94148A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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