Html Css Color HEX #93078B Dark Magenta

📋 copy color: '#93078B'

red 147 ◦ green 7 ◦ blue 139

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

Shades of Dark Magenta #93078B

Tints of Dark Magenta #93078B

RGB

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

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

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

R = 50.17%
G = 2.39%
B = 47.44%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#93078B (or 0x93078B) is known color: Dark Magenta. HEX triplet: 93, 07 and 8B. RGB value is (147,7,139). Sum of RGB (Red+Green+Blue) = 147+7+139=293 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.17% from 293); Green value is 7 (3.12% from 255 or 2.39% from 293); Blue value is 139 (54.69% from 255 or 47.44% from 293); Max value from RGB is 147 - color contains mainly: red. Hex color #93078B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #93078B is #6CF874. Grayscale: #3F3F3F. Windows color (decimal): -7141493 or 9111443. OLE color: 9111443.

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

Color convert

RGB 147 7 139 -
CMYK 0 0.95 0.05 0.42
HSL 303.43º 0.91% 0.3% -
HSV(B) 303.43º 0.95% 0.58% -
XYZ 16.77 8.22 25.13 -
YUV 63.91 170.38 187.27 -
System Red Green Blue C M Y K H S L
Decimal 147 7 139 0 0.95 0.05 0.42 303.43 0.91 0.3
Hex 93 7 8B 0 5F 5 2A 12F 5B 1E
Octal 223 7 213 0 137 5 52 457 133 36
Binary 10010011 111 10001011 0 1011111 101 101010 100101111 1011011 11110

Color Harmonies of #93078B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93078B

Black with #93078B

Text Example


Text Example

White with #93078B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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