Html Css Color HEX #93138E Dark Magenta

📋 copy color: '#93138E'

red 147 ◦ green 19 ◦ blue 142

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

Shades of Dark Magenta #93138E

Tints of Dark Magenta #93138E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 46.1%

R = 47.73%
G = 6.17%
B = 46.1%

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

#93138E (or 0x93138E) is known color: Dark Magenta. HEX triplet: 93, 13 and 8E. RGB value is (147,19,142). Sum of RGB (Red+Green+Blue) = 147+19+142=308 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.73% from 308); Green value is 19 (7.81% from 255 or 6.17% from 308); Blue value is 142 (55.86% from 255 or 46.10% from 308); Max value from RGB is 147 - color contains mainly: red. Hex color #93138E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #93138E is #6CEC71. Grayscale: #464646. Windows color (decimal): -7138418 or 9311123. OLE color: 9311123.

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

Color convert

RGB 147 19 142 -
CMYK 0 0.87 0.03 0.42
HSL 302.34º 0.77% 0.33% -
HSV(B) 302.34º 0.87% 0.58% -
XYZ 17.15 8.62 26.35 -
YUV 71.29 167.91 182 -
System Red Green Blue C M Y K H S L
Decimal 147 19 142 0 0.87 0.03 0.42 302.34 0.77 0.33
Hex 93 13 8E 0 57 3 2A 12E 4D 21
Octal 223 23 216 0 127 3 52 456 115 41
Binary 10010011 10011 10001110 0 1010111 11 101010 100101110 1001101 100001

Color Harmonies of #93138E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93138E

Black with #93138E

Text Example


Text Example

White with #93138E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93138E; }

 p { color: rgb(147,19,142); }

 H1.HeaderClassName
 {
   color: #93138E;
 }
 .AnyTagClassName
 {
   color: #93138E;
 }
</style>

background-color css

<style>
 a { background-color: #93138E; }

 a { background-color: rgb(147,19,142); }

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

border-color css

<style>
 span { border-color: #93138E; }

 span { border-color: rgb(147,19,142); }

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