Html Css Color HEX #93087A Dark Magenta

📋 copy color: '#93087A'

red 147 ◦ green 8 ◦ blue 122

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

Shades of Dark Magenta #93087A

Tints of Dark Magenta #93087A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 44.04%

R = 53.07%
G = 2.89%
B = 44.04%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#93087A (or 0x93087A) is known color: Dark Magenta. HEX triplet: 93, 08 and 7A. RGB value is (147,8,122). Sum of RGB (Red+Green+Blue) = 147+8+122=277 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.07% from 277); Green value is 8 (3.52% from 255 or 2.89% from 277); Blue value is 122 (48.05% from 255 or 44.04% from 277); Max value from RGB is 147 - color contains mainly: red. Hex color #93087A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93087A is #6CF785. Grayscale: #3E3E3E. Windows color (decimal): -7141254 or 7997587. OLE color: 7997587.

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

Color convert

RGB 147 8 122 -
CMYK 0 0.95 0.17 0.42
HSL 310.79º 0.9% 0.3% -
HSV(B) 310.79º 0.95% 0.58% -
XYZ 15.63 7.78 19.09 -
YUV 62.56 161.55 188.23 -
System Red Green Blue C M Y K H S L
Decimal 147 8 122 0 0.95 0.17 0.42 310.79 0.9 0.3
Hex 93 8 7A 0 5F 11 2A 137 5A 1E
Octal 223 10 172 0 137 21 52 467 132 36
Binary 10010011 1000 1111010 0 1011111 10001 101010 100110111 1011010 11110

Color Harmonies of #93087A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93087A

Black with #93087A

Text Example


Text Example

White with #93087A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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