Html Css Color HEX #93087F Dark Magenta

📋 copy color: '#93087F'

red 147 ◦ green 8 ◦ blue 127

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

Shades of Dark Magenta #93087F

Tints of Dark Magenta #93087F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 45.04%

R = 52.13%
G = 2.84%
B = 45.04%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#93087F (or 0x93087F) is known color: Dark Magenta. HEX triplet: 93, 08 and 7F. RGB value is (147,8,127). Sum of RGB (Red+Green+Blue) = 147+8+127=282 (37% of max value = 765). Red value is 147 (57.81% from 255 or 52.13% from 282); Green value is 8 (3.52% from 255 or 2.84% from 282); Blue value is 127 (50% from 255 or 45.04% from 282); Max value from RGB is 147 - color contains mainly: red. Hex color #93087F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93087F is #6CF780. Grayscale: #3E3E3E. Windows color (decimal): -7141249 or 8325267. OLE color: 8325267.

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

Color convert

RGB 147 8 127 -
CMYK 0 0.95 0.14 0.42
HSL 308.63º 0.9% 0.3% -
HSV(B) 308.63º 0.95% 0.58% -
XYZ 15.95 7.91 20.76 -
YUV 63.13 164.05 187.82 -
System Red Green Blue C M Y K H S L
Decimal 147 8 127 0 0.95 0.14 0.42 308.63 0.9 0.3
Hex 93 8 7F 0 5F E 2A 135 5A 1E
Octal 223 10 177 0 137 16 52 465 132 36
Binary 10010011 1000 1111111 0 1011111 1110 101010 100110101 1011010 11110

Color Harmonies of #93087F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93087F

Black with #93087F

Text Example


Text Example

White with #93087F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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