Html Css Color HEX #93058B Dark Magenta

📋 copy color: '#93058B'

red 147 ◦ green 5 ◦ blue 139

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

Shades of Dark Magenta #93058B

Tints of Dark Magenta #93058B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.72%

 BLUE value IS 139 (54.69% from 255) = 47.77%

R = 50.52%
G = 1.72%
B = 47.77%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#93058B (or 0x93058B) is known color: Dark Magenta. HEX triplet: 93, 05 and 8B. RGB value is (147,5,139). Sum of RGB (Red+Green+Blue) = 147+5+139=291 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.52% from 291); Green value is 5 (2.34% from 255 or 1.72% from 291); Blue value is 139 (54.69% from 255 or 47.77% from 291); Max value from RGB is 147 - color contains mainly: red. Hex color #93058B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #93058B is #6CFA74. Grayscale: #3E3E3E. Windows color (decimal): -7142005 or 9110931. OLE color: 9110931.

HSL color Cylindrical-coordinate representation of color #93058B: hue angle of 303.38º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #93058B is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 5 139 -
CMYK 0 0.97 0.05 0.42
HSL 303.38º 0.93% 0.3% -
HSV(B) 303.38º 0.97% 0.58% -
XYZ 16.75 8.18 25.12 -
YUV 62.73 171.04 188.1 -
System Red Green Blue C M Y K H S L
Decimal 147 5 139 0 0.97 0.05 0.42 303.38 0.93 0.3
Hex 93 5 8B 0 61 5 2A 12F 5D 1E
Octal 223 5 213 0 141 5 52 457 135 36
Binary 10010011 101 10001011 0 1100001 101 101010 100101111 1011101 11110

Color Harmonies of #93058B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93058B

Black with #93058B

Text Example


Text Example

White with #93058B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,5,139); }

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

background-color css

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

 a { background-color: rgb(147,5,139); }

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

border-color css

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

 span { border-color: rgb(147,5,139); }

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