Html Css Color HEX #93029E Dark Magenta

📋 copy color: '#93029E'

red 147 ◦ green 2 ◦ blue 158

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

Shades of Dark Magenta #93029E

Tints of Dark Magenta #93029E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 51.47%

R = 47.88%
G = 0.65%
B = 51.47%

CMYK

 C value IS 0.07

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#93029E (or 0x93029E) is known color: Dark Magenta. HEX triplet: 93, 02 and 9E. RGB value is (147,2,158). Sum of RGB (Red+Green+Blue) = 147+2+158=307 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.88% from 307); Green value is 2 (1.17% from 255 or 0.65% from 307); Blue value is 158 (62.11% from 255 or 51.47% from 307); Max value from RGB is 158 - color contains mainly: blue. Hex color #93029E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #93029E is #6CFD61. Grayscale: #3E3E3E. Windows color (decimal): -7142754 or 10355347. OLE color: 10355347.

HSL color Cylindrical-coordinate representation of color #93029E: hue angle of 295.77º degrees, saturation: 0.98, 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 #93029E is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 147 2 158 -
CMYK 0.07 0.99 0 0.38
HSL 295.77º 0.98% 0.31% -
HSV(B) 295.77º 0.99% 0.62% -
XYZ 18.23 8.72 33.07 -
YUV 63.14 181.54 187.82 -
System Red Green Blue C M Y K H S L
Decimal 147 2 158 0.07 0.99 0 0.38 295.77 0.98 0.31
Hex 93 2 9E 7 63 0 26 128 62 1F
Octal 223 2 236 7 143 0 46 450 142 37
Binary 10010011 10 10011110 111 1100011 0 100110 100101000 1100010 11111

Color Harmonies of #93029E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93029E

Black with #93029E

Text Example


Text Example

White with #93029E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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