Html Css Color HEX #93087B Dark Magenta

📋 copy color: '#93087B'

red 147 ◦ green 8 ◦ blue 123

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

Shades of Dark Magenta #93087B

Tints of Dark Magenta #93087B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 44.24%

R = 52.88%
G = 2.88%
B = 44.24%

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

#93087B (or 0x93087B) is known color: Dark Magenta. HEX triplet: 93, 08 and 7B. RGB value is (147,8,123). Sum of RGB (Red+Green+Blue) = 147+8+123=278 (36% of max value = 765). Red value is 147 (57.81% from 255 or 52.88% from 278); Green value is 8 (3.52% from 255 or 2.88% from 278); Blue value is 123 (48.44% from 255 or 44.24% from 278); Max value from RGB is 147 - color contains mainly: red. Hex color #93087B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93087B is #6CF784. Grayscale: #3E3E3E. Windows color (decimal): -7141253 or 8063123. OLE color: 8063123.

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

Color convert

RGB 147 8 123 -
CMYK 0 0.95 0.16 0.42
HSL 310.36º 0.9% 0.3% -
HSV(B) 310.36º 0.95% 0.58% -
XYZ 15.69 7.81 19.42 -
YUV 62.67 162.05 188.15 -
System Red Green Blue C M Y K H S L
Decimal 147 8 123 0 0.95 0.16 0.42 310.36 0.9 0.3
Hex 93 8 7B 0 5F 10 2A 136 5A 1E
Octal 223 10 173 0 137 20 52 466 132 36
Binary 10010011 1000 1111011 0 1011111 10000 101010 100110110 1011010 11110

Color Harmonies of #93087B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93087B

Black with #93087B

Text Example


Text Example

White with #93087B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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