Html Css Color HEX #93097C Dark Magenta

📋 copy color: '#93097C'

red 147 ◦ green 9 ◦ blue 124

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

Shades of Dark Magenta #93097C

Tints of Dark Magenta #93097C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.21%

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

R = 52.5%
G = 3.21%
B = 44.29%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#93097C (or 0x93097C) is known color: Dark Magenta. HEX triplet: 93, 09 and 7C. RGB value is (147,9,124). Sum of RGB (Red+Green+Blue) = 147+9+124=280 (37% of max value = 765). Red value is 147 (57.81% from 255 or 52.5% from 280); Green value is 9 (3.91% from 255 or 3.21% from 280); Blue value is 124 (48.83% from 255 or 44.29% from 280); Max value from RGB is 147 - color contains mainly: red. Hex color #93097C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93097C is #6CF683. Grayscale: #3F3F3F. Windows color (decimal): -7140996 or 8128915. OLE color: 8128915.

HSL color Cylindrical-coordinate representation of color #93097C: hue angle of 310º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #93097C is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 9 124 -
CMYK 0 0.94 0.16 0.42
HSL 310º 0.88% 0.31% -
HSV(B) 310º 0.94% 0.58% -
XYZ 15.77 7.85 19.75 -
YUV 63.37 162.22 187.65 -
System Red Green Blue C M Y K H S L
Decimal 147 9 124 0 0.94 0.16 0.42 310 0.88 0.31
Hex 93 9 7C 0 5E 10 2A 136 58 1F
Octal 223 11 174 0 136 20 52 466 130 37
Binary 10010011 1001 1111100 0 1011110 10000 101010 100110110 1011000 11111

Color Harmonies of #93097C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93097C

Black with #93097C

Text Example


Text Example

White with #93097C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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