Html Css Color HEX #93097D Dark Magenta

📋 copy color: '#93097D'

red 147 ◦ green 9 ◦ blue 125

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

Shades of Dark Magenta #93097D

Tints of Dark Magenta #93097D

RGB

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

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

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

R = 52.31%
G = 3.2%
B = 44.48%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#93097D (or 0x93097D) is known color: Dark Magenta. HEX triplet: 93, 09 and 7D. RGB value is (147,9,125). Sum of RGB (Red+Green+Blue) = 147+9+125=281 (37% of max value = 765). Red value is 147 (57.81% from 255 or 52.31% from 281); Green value is 9 (3.91% from 255 or 3.20% from 281); Blue value is 125 (49.22% from 255 or 44.48% from 281); Max value from RGB is 147 - color contains mainly: red. Hex color #93097D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93097D is #6CF682. Grayscale: #3F3F3F. Windows color (decimal): -7140995 or 8194451. OLE color: 8194451.

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

Color convert

RGB 147 9 125 -
CMYK 0 0.94 0.15 0.42
HSL 309.57º 0.88% 0.31% -
HSV(B) 309.57º 0.94% 0.58% -
XYZ 15.83 7.88 20.09 -
YUV 63.49 162.72 187.57 -
System Red Green Blue C M Y K H S L
Decimal 147 9 125 0 0.94 0.15 0.42 309.57 0.88 0.31
Hex 93 9 7D 0 5E F 2A 136 58 1F
Octal 223 11 175 0 136 17 52 466 130 37
Binary 10010011 1001 1111101 0 1011110 1111 101010 100110110 1011000 11111

Color Harmonies of #93097D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93097D

Black with #93097D

Text Example


Text Example

White with #93097D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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