Html Css Color HEX #93027C Dark Magenta

📋 copy color: '#93027C'

red 147 ◦ green 2 ◦ blue 124

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

Shades of Dark Magenta #93027C

Tints of Dark Magenta #93027C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 45.42%

R = 53.85%
G = 0.73%
B = 45.42%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#93027C (or 0x93027C) is known color: Dark Magenta. HEX triplet: 93, 02 and 7C. RGB value is (147,2,124). Sum of RGB (Red+Green+Blue) = 147+2+124=273 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.85% from 273); Green value is 2 (1.17% from 255 or 0.73% from 273); Blue value is 124 (48.83% from 255 or 45.42% from 273); Max value from RGB is 147 - color contains mainly: red. Hex color #93027C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93027C is #6CFD83. Grayscale: #3A3A3A. Windows color (decimal): -7142788 or 8127123. OLE color: 8127123.

HSL color Cylindrical-coordinate representation of color #93027C: hue angle of 309.52º 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 #93027C is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 2 124 -
CMYK 0 0.99 0.16 0.42
HSL 309.52º 0.97% 0.29% -
HSV(B) 309.52º 0.99% 0.58% -
XYZ 15.69 7.7 19.73 -
YUV 59.26 164.54 190.58 -
System Red Green Blue C M Y K H S L
Decimal 147 2 124 0 0.99 0.16 0.42 309.52 0.97 0.29
Hex 93 2 7C 0 63 10 2A 136 61 1D
Octal 223 2 174 0 143 20 52 466 141 35
Binary 10010011 10 1111100 0 1100011 10000 101010 100110110 1100001 11101

Color Harmonies of #93027C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93027C

Black with #93027C

Text Example


Text Example

White with #93027C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93027C; }

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

 H1.HeaderClassName
 {
   color: #93027C;
 }
 .AnyTagClassName
 {
   color: #93027C;
 }
</style>

background-color css

<style>
 a { background-color: #93027C; }

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

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

border-color css

<style>
 span { border-color: #93027C; }

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

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