Html Css Color HEX #93097B Dark Magenta

📋 copy color: '#93097B'

red 147 ◦ green 9 ◦ blue 123

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

Shades of Dark Magenta #93097B

Tints of Dark Magenta #93097B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 44.09%

R = 52.69%
G = 3.23%
B = 44.09%

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

#93097B (or 0x93097B) is known color: Dark Magenta. HEX triplet: 93, 09 and 7B. RGB value is (147,9,123). Sum of RGB (Red+Green+Blue) = 147+9+123=279 (36% of max value = 765). Red value is 147 (57.81% from 255 or 52.69% from 279); Green value is 9 (3.91% from 255 or 3.23% from 279); Blue value is 123 (48.44% from 255 or 44.09% from 279); Max value from RGB is 147 - color contains mainly: red. Hex color #93097B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93097B is #6CF684. Grayscale: #3E3E3E. Windows color (decimal): -7140997 or 8063379. OLE color: 8063379.

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

Color convert

RGB 147 9 123 -
CMYK 0 0.94 0.16 0.42
HSL 310.43º 0.88% 0.31% -
HSV(B) 310.43º 0.94% 0.58% -
XYZ 15.71 7.83 19.42 -
YUV 63.26 161.72 187.73 -
System Red Green Blue C M Y K H S L
Decimal 147 9 123 0 0.94 0.16 0.42 310.43 0.88 0.31
Hex 93 9 7B 0 5E 10 2A 136 58 1F
Octal 223 11 173 0 136 20 52 466 130 37
Binary 10010011 1001 1111011 0 1011110 10000 101010 100110110 1011000 11111

Color Harmonies of #93097B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93097B

Black with #93097B

Text Example


Text Example

White with #93097B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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