Html Css Color HEX #93038D Dark Magenta

📋 copy color: '#93038D'

red 147 ◦ green 3 ◦ blue 141

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

Shades of Dark Magenta #93038D

Tints of Dark Magenta #93038D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.03%

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

R = 50.52%
G = 1.03%
B = 48.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#93038D (or 0x93038D) is known color: Dark Magenta. HEX triplet: 93, 03 and 8D. RGB value is (147,3,141). Sum of RGB (Red+Green+Blue) = 147+3+141=291 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.52% from 291); Green value is 3 (1.56% from 255 or 1.03% from 291); Blue value is 141 (55.47% from 255 or 48.45% from 291); Max value from RGB is 147 - color contains mainly: red. Hex color #93038D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #93038D is #6CFC72. Grayscale: #3D3D3D. Windows color (decimal): -7142515 or 9241491. OLE color: 9241491.

HSL color Cylindrical-coordinate representation of color #93038D: hue angle of 302.5º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #93038D is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 3 141 -
CMYK 0 0.98 0.04 0.42
HSL 302.5º 0.96% 0.29% -
HSV(B) 302.5º 0.98% 0.58% -
XYZ 16.87 8.19 25.89 -
YUV 61.79 172.71 188.78 -
System Red Green Blue C M Y K H S L
Decimal 147 3 141 0 0.98 0.04 0.42 302.5 0.96 0.29
Hex 93 3 8D 0 62 4 2A 12E 60 1D
Octal 223 3 215 0 142 4 52 456 140 35
Binary 10010011 11 10001101 0 1100010 100 101010 100101110 1100000 11101

Color Harmonies of #93038D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93038D

Black with #93038D

Text Example


Text Example

White with #93038D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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