Html Css Color HEX #93028E Dark Magenta

📋 copy color: '#93028E'

red 147 ◦ green 2 ◦ blue 142

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

Shades of Dark Magenta #93028E

Tints of Dark Magenta #93028E

RGB

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

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

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

R = 50.52%
G = 0.69%
B = 48.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#93028E (or 0x93028E) is known color: Dark Magenta. HEX triplet: 93, 02 and 8E. RGB value is (147,2,142). Sum of RGB (Red+Green+Blue) = 147+2+142=291 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.52% from 291); Green value is 2 (1.17% from 255 or 0.69% from 291); Blue value is 142 (55.86% from 255 or 48.80% from 291); Max value from RGB is 147 - color contains mainly: red. Hex color #93028E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #93028E is #6CFD71. Grayscale: #3C3C3C. Windows color (decimal): -7142770 or 9306771. OLE color: 9306771.

HSL color Cylindrical-coordinate representation of color #93028E: hue angle of 302.07º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #93028E is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 2 142 -
CMYK 0 0.99 0.03 0.42
HSL 302.07º 0.97% 0.29% -
HSV(B) 302.07º 0.99% 0.58% -
XYZ 16.94 8.2 26.28 -
YUV 61.32 173.54 189.12 -
System Red Green Blue C M Y K H S L
Decimal 147 2 142 0 0.99 0.03 0.42 302.07 0.97 0.29
Hex 93 2 8E 0 63 3 2A 12E 61 1D
Octal 223 2 216 0 143 3 52 456 141 35
Binary 10010011 10 10001110 0 1100011 11 101010 100101110 1100001 11101

Color Harmonies of #93028E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93028E

Black with #93028E

Text Example


Text Example

White with #93028E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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