Html Css Color HEX #93029D Dark Magenta

📋 copy color: '#93029D'

red 147 ◦ green 2 ◦ blue 157

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

Shades of Dark Magenta #93029D

Tints of Dark Magenta #93029D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.65%

 BLUE value IS 157 (61.72% from 255) = 51.31%

R = 48.04%
G = 0.65%
B = 51.31%

CMYK

 C value IS 0.06

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#93029D (or 0x93029D) is known color: Dark Magenta. HEX triplet: 93, 02 and 9D. RGB value is (147,2,157). Sum of RGB (Red+Green+Blue) = 147+2+157=306 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.04% from 306); Green value is 2 (1.17% from 255 or 0.65% from 306); Blue value is 157 (61.72% from 255 or 51.31% from 306); Max value from RGB is 157 - color contains mainly: blue. Hex color #93029D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #93029D is #6CFD62. Grayscale: #3E3E3E. Windows color (decimal): -7142755 or 10289811. OLE color: 10289811.

HSL color Cylindrical-coordinate representation of color #93029D: hue angle of 296.13º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #93029D is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 147 2 157 -
CMYK 0.06 0.99 0 0.38
HSL 296.13º 0.97% 0.31% -
HSV(B) 296.13º 0.99% 0.62% -
XYZ 18.14 8.68 32.62 -
YUV 63.03 181.04 187.9 -
System Red Green Blue C M Y K H S L
Decimal 147 2 157 0.06 0.99 0 0.38 296.13 0.97 0.31
Hex 93 2 9D 6 63 0 26 128 61 1F
Octal 223 2 235 6 143 0 46 450 141 37
Binary 10010011 10 10011101 110 1100011 0 100110 100101000 1100001 11111

Color Harmonies of #93029D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93029D

Black with #93029D

Text Example


Text Example

White with #93029D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,2,157); }

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

background-color css

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

 a { background-color: rgb(147,2,157); }

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

border-color css

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

 span { border-color: rgb(147,2,157); }

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