Html Css Color HEX #94138F Dark Magenta

📋 copy color: '#94138F'

red 148 ◦ green 19 ◦ blue 143

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

Shades of Dark Magenta #94138F

Tints of Dark Magenta #94138F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.13%

 BLUE value IS 143 (56.25% from 255) = 46.13%

R = 47.74%
G = 6.13%
B = 46.13%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#94138F (or 0x94138F) is known color: Dark Magenta. HEX triplet: 94, 13 and 8F. RGB value is (148,19,143). Sum of RGB (Red+Green+Blue) = 148+19+143=310 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.74% from 310); Green value is 19 (7.81% from 255 or 6.13% from 310); Blue value is 143 (56.25% from 255 or 46.13% from 310); Max value from RGB is 148 - color contains mainly: red. Hex color #94138F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #94138F is #6BEC70. Grayscale: #474747. Windows color (decimal): -7072881 or 9376660. OLE color: 9376660.

HSL color Cylindrical-coordinate representation of color #94138F: hue angle of 302.33º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #94138F is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 19 143 -
CMYK 0 0.87 0.03 0.42
HSL 302.33º 0.77% 0.33% -
HSV(B) 302.33º 0.87% 0.58% -
XYZ 17.4 8.74 26.76 -
YUV 71.71 168.24 182.42 -
System Red Green Blue C M Y K H S L
Decimal 148 19 143 0 0.87 0.03 0.42 302.33 0.77 0.33
Hex 94 13 8F 0 57 3 2A 12E 4D 21
Octal 224 23 217 0 127 3 52 456 115 41
Binary 10010100 10011 10001111 0 1010111 11 101010 100101110 1001101 100001

Color Harmonies of #94138F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94138F

Black with #94138F

Text Example


Text Example

White with #94138F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94138F; }

 p { color: rgb(148,19,143); }

 H1.HeaderClassName
 {
   color: #94138F;
 }
 .AnyTagClassName
 {
   color: #94138F;
 }
</style>

background-color css

<style>
 a { background-color: #94138F; }

 a { background-color: rgb(148,19,143); }

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

border-color css

<style>
 span { border-color: #94138F; }

 span { border-color: rgb(148,19,143); }

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