Html Css Color HEX #93029A Dark Magenta

📋 copy color: '#93029A'

red 147 ◦ green 2 ◦ blue 154

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

Shades of Dark Magenta #93029A

Tints of Dark Magenta #93029A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 50.83%

R = 48.51%
G = 0.66%
B = 50.83%

CMYK

 C value IS 0.05

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#93029A (or 0x93029A) is known color: Dark Magenta. HEX triplet: 93, 02 and 9A. RGB value is (147,2,154). Sum of RGB (Red+Green+Blue) = 147+2+154=303 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.51% from 303); Green value is 2 (1.17% from 255 or 0.66% from 303); Blue value is 154 (60.55% from 255 or 50.83% from 303); Max value from RGB is 154 - color contains mainly: blue. Hex color #93029A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #93029A is #6CFD65. Grayscale: #3E3E3E. Windows color (decimal): -7142758 or 10093203. OLE color: 10093203.

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

Color convert

RGB 147 2 154 -
CMYK 0.05 0.99 0 0.40
HSL 297.24º 0.97% 0.31% -
HSV(B) 297.24º 0.99% 0.6% -
XYZ 17.89 8.58 31.29 -
YUV 62.68 179.54 188.14 -
System Red Green Blue C M Y K H S L
Decimal 147 2 154 0.05 0.99 0 0.40 297.24 0.97 0.31
Hex 93 2 9A 5 63 0 28 129 61 1F
Octal 223 2 232 5 143 0 50 451 141 37
Binary 10010011 10 10011010 101 1100011 0 101000 100101001 1100001 11111

Color Harmonies of #93029A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93029A

Black with #93029A

Text Example


Text Example

White with #93029A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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