Html Css Color HEX #93027D Dark Magenta

📋 copy color: '#93027D'

red 147 ◦ green 2 ◦ blue 125

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

Shades of Dark Magenta #93027D

Tints of Dark Magenta #93027D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 45.62%

R = 53.65%
G = 0.73%
B = 45.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#93027D (or 0x93027D) is known color: Dark Magenta. HEX triplet: 93, 02 and 7D. RGB value is (147,2,125). Sum of RGB (Red+Green+Blue) = 147+2+125=274 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.65% from 274); Green value is 2 (1.17% from 255 or 0.73% from 274); Blue value is 125 (49.22% from 255 or 45.62% from 274); Max value from RGB is 147 - color contains mainly: red. Hex color #93027D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93027D is #6CFD82. Grayscale: #3B3B3B. Windows color (decimal): -7142787 or 8192659. OLE color: 8192659.

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

Color convert

RGB 147 2 125 -
CMYK 0 0.99 0.15 0.42
HSL 309.1º 0.97% 0.29% -
HSV(B) 309.1º 0.99% 0.58% -
XYZ 15.76 7.73 20.06 -
YUV 59.38 165.04 190.5 -
System Red Green Blue C M Y K H S L
Decimal 147 2 125 0 0.99 0.15 0.42 309.1 0.97 0.29
Hex 93 2 7D 0 63 F 2A 135 61 1D
Octal 223 2 175 0 143 17 52 465 141 35
Binary 10010011 10 1111101 0 1100011 1111 101010 100110101 1100001 11101

Color Harmonies of #93027D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93027D

Black with #93027D

Text Example


Text Example

White with #93027D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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