Html Css Color HEX #93078F Dark Magenta

📋 copy color: '#93078F'

red 147 ◦ green 7 ◦ blue 143

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

Shades of Dark Magenta #93078F

Tints of Dark Magenta #93078F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 48.15%

R = 49.49%
G = 2.36%
B = 48.15%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#93078F (or 0x93078F) is known color: Dark Magenta. HEX triplet: 93, 07 and 8F. RGB value is (147,7,143). Sum of RGB (Red+Green+Blue) = 147+7+143=297 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.49% from 297); Green value is 7 (3.12% from 255 or 2.36% from 297); Blue value is 143 (56.25% from 255 or 48.15% from 297); Max value from RGB is 147 - color contains mainly: red. Hex color #93078F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #93078F is #6CF870. Grayscale: #3F3F3F. Windows color (decimal): -7141489 or 9373587. OLE color: 9373587.

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

Color convert

RGB 147 7 143 -
CMYK 0 0.95 0.03 0.42
HSL 301.71º 0.91% 0.3% -
HSV(B) 301.71º 0.95% 0.58% -
XYZ 17.07 8.34 26.7 -
YUV 64.36 172.38 186.94 -
System Red Green Blue C M Y K H S L
Decimal 147 7 143 0 0.95 0.03 0.42 301.71 0.91 0.3
Hex 93 7 8F 0 5F 3 2A 12E 5B 1E
Octal 223 7 217 0 137 3 52 456 133 36
Binary 10010011 111 10001111 0 1011111 11 101010 100101110 1011011 11110

Color Harmonies of #93078F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93078F

Black with #93078F

Text Example


Text Example

White with #93078F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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