Html Css Color HEX #93148F Dark Magenta

📋 copy color: '#93148F'

red 147 ◦ green 20 ◦ blue 143

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

Shades of Dark Magenta #93148F

Tints of Dark Magenta #93148F

RGB

 RED value IS 147 (57.81% from 255) = 47.42%

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

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

R = 47.42%
G = 6.45%
B = 46.13%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#93148F (or 0x93148F) is known color: Dark Magenta. HEX triplet: 93, 14 and 8F. RGB value is (147,20,143). Sum of RGB (Red+Green+Blue) = 147+20+143=310 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.42% from 310); Green value is 20 (8.20% from 255 or 6.45% from 310); Blue value is 143 (56.25% from 255 or 46.13% from 310); Max value from RGB is 147 - color contains mainly: red. Hex color #93148F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #93148F is #6CEB70. Grayscale: #474747. Windows color (decimal): -7138161 or 9376915. OLE color: 9376915.

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

Color convert

RGB 147 20 143 -
CMYK 0 0.86 0.03 0.42
HSL 301.89º 0.76% 0.33% -
HSV(B) 301.89º 0.86% 0.58% -
XYZ 17.24 8.69 26.75 -
YUV 72 168.08 181.5 -
System Red Green Blue C M Y K H S L
Decimal 147 20 143 0 0.86 0.03 0.42 301.89 0.76 0.33
Hex 93 14 8F 0 56 3 2A 12E 4C 21
Octal 223 24 217 0 126 3 52 456 114 41
Binary 10010011 10100 10001111 0 1010110 11 101010 100101110 1001100 100001

Color Harmonies of #93148F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93148F

Black with #93148F

Text Example


Text Example

White with #93148F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,20,143); }

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

background-color css

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

 a { background-color: rgb(147,20,143); }

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

border-color css

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

 span { border-color: rgb(147,20,143); }

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