Html Css Color HEX #93087C Dark Magenta

📋 copy color: '#93087C'

red 147 ◦ green 8 ◦ blue 124

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

Shades of Dark Magenta #93087C

Tints of Dark Magenta #93087C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.87%

 BLUE value IS 124 (48.83% from 255) = 44.44%

R = 52.69%
G = 2.87%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#93087C (or 0x93087C) is known color: Dark Magenta. HEX triplet: 93, 08 and 7C. RGB value is (147,8,124). Sum of RGB (Red+Green+Blue) = 147+8+124=279 (36% of max value = 765). Red value is 147 (57.81% from 255 or 52.69% from 279); Green value is 8 (3.52% from 255 or 2.87% from 279); Blue value is 124 (48.83% from 255 or 44.44% from 279); Max value from RGB is 147 - color contains mainly: red. Hex color #93087C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93087C is #6CF783. Grayscale: #3E3E3E. Windows color (decimal): -7141252 or 8128659. OLE color: 8128659.

HSL color Cylindrical-coordinate representation of color #93087C: hue angle of 309.93º degrees, saturation: 0.9, 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 #93087C is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 8 124 -
CMYK 0 0.95 0.16 0.42
HSL 309.93º 0.9% 0.3% -
HSV(B) 309.93º 0.95% 0.58% -
XYZ 15.76 7.83 19.75 -
YUV 62.79 162.55 188.07 -
System Red Green Blue C M Y K H S L
Decimal 147 8 124 0 0.95 0.16 0.42 309.93 0.9 0.3
Hex 93 8 7C 0 5F 10 2A 136 5A 1E
Octal 223 10 174 0 137 20 52 466 132 36
Binary 10010011 1000 1111100 0 1011111 10000 101010 100110110 1011010 11110

Color Harmonies of #93087C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93087C

Black with #93087C

Text Example


Text Example

White with #93087C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93087C; }

 p { color: rgb(147,8,124); }

 H1.HeaderClassName
 {
   color: #93087C;
 }
 .AnyTagClassName
 {
   color: #93087C;
 }
</style>

background-color css

<style>
 a { background-color: #93087C; }

 a { background-color: rgb(147,8,124); }

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

border-color css

<style>
 span { border-color: #93087C; }

 span { border-color: rgb(147,8,124); }

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