Html Css Color HEX #93148D Dark Magenta

📋 copy color: '#93148D'

red 147 ◦ green 20 ◦ blue 141

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

Shades of Dark Magenta #93148D

Tints of Dark Magenta #93148D

RGB

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

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

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

R = 47.73%
G = 6.49%
B = 45.78%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#93148D (or 0x93148D) is known color: Dark Magenta. HEX triplet: 93, 14 and 8D. RGB value is (147,20,141). Sum of RGB (Red+Green+Blue) = 147+20+141=308 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.73% from 308); Green value is 20 (8.20% from 255 or 6.49% from 308); Blue value is 141 (55.47% from 255 or 45.78% from 308); Max value from RGB is 147 - color contains mainly: red. Hex color #93148D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #93148D is #6CEB72. Grayscale: #474747. Windows color (decimal): -7138163 or 9245843. OLE color: 9245843.

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

Color convert

RGB 147 20 141 -
CMYK 0 0.86 0.04 0.42
HSL 302.83º 0.76% 0.33% -
HSV(B) 302.83º 0.86% 0.58% -
XYZ 17.09 8.63 25.96 -
YUV 71.77 167.08 181.66 -
System Red Green Blue C M Y K H S L
Decimal 147 20 141 0 0.86 0.04 0.42 302.83 0.76 0.33
Hex 93 14 8D 0 56 4 2A 12F 4C 21
Octal 223 24 215 0 126 4 52 457 114 41
Binary 10010011 10100 10001101 0 1010110 100 101010 100101111 1001100 100001

Color Harmonies of #93148D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93148D

Black with #93148D

Text Example


Text Example

White with #93148D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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