Html Css Color HEX #93077E Dark Magenta

📋 copy color: '#93077E'

red 147 ◦ green 7 ◦ blue 126

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

Shades of Dark Magenta #93077E

Tints of Dark Magenta #93077E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.5%

 BLUE value IS 126 (49.61% from 255) = 45%

R = 52.5%
G = 2.5%
B = 45%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#93077E (or 0x93077E) is known color: Dark Magenta. HEX triplet: 93, 07 and 7E. RGB value is (147,7,126). Sum of RGB (Red+Green+Blue) = 147+7+126=280 (37% of max value = 765). Red value is 147 (57.81% from 255 or 52.5% from 280); Green value is 7 (3.12% from 255 or 2.5% from 280); Blue value is 126 (49.61% from 255 or 45% from 280); Max value from RGB is 147 - color contains mainly: red. Hex color #93077E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93077E is #6CF881. Grayscale: #3E3E3E. Windows color (decimal): -7141506 or 8259475. OLE color: 8259475.

HSL color Cylindrical-coordinate representation of color #93077E: hue angle of 309º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #93077E is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 7 126 -
CMYK 0 0.95 0.14 0.42
HSL 309º 0.91% 0.3% -
HSV(B) 309º 0.95% 0.58% -
XYZ 15.87 7.86 20.42 -
YUV 62.43 163.88 188.32 -
System Red Green Blue C M Y K H S L
Decimal 147 7 126 0 0.95 0.14 0.42 309 0.91 0.3
Hex 93 7 7E 0 5F E 2A 135 5B 1E
Octal 223 7 176 0 137 16 52 465 133 36
Binary 10010011 111 1111110 0 1011111 1110 101010 100110101 1011011 11110

Color Harmonies of #93077E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93077E

Black with #93077E

Text Example


Text Example

White with #93077E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,7,126); }

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

background-color css

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

 a { background-color: rgb(147,7,126); }

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

border-color css

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

 span { border-color: rgb(147,7,126); }

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