Html Css Color HEX #93008D Dark Magenta

📋 copy color: '#93008D'

red 147 ◦ green 0 ◦ blue 141

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

Shades of Dark Magenta #93008D

Tints of Dark Magenta #93008D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 141 (55.47% from 255) = 48.96%

R = 51.04%
G = 0%
B = 48.96%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#93008D (or 0x93008D) is known color: Dark Magenta. HEX triplet: 93, 00 and 8D. RGB value is (147,0,141). Sum of RGB (Red+Green+Blue) = 147+0+141=288 (38% of max value = 765). Red value is 147 (57.81% from 255 or 51.04% from 288); Green value is 0 (0.39% from 255 or 0% from 288); Blue value is 141 (55.47% from 255 or 48.96% from 288); Max value from RGB is 147 - color contains mainly: red. Hex color #93008D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #93008D is #6CFF72. Grayscale: #3B3B3B. Windows color (decimal): -7143283 or 9240723. OLE color: 9240723.

HSL color Cylindrical-coordinate representation of color #93008D: hue angle of 302.45º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #93008D is Cyan = 0, Magento = 1, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 0 141 -
CMYK 0 1 0.04 0.42
HSL 302.45º 1% 0.29% -
HSV(B) 302.45º 1% 0.58% -
XYZ 16.84 8.13 25.88 -
YUV 60.03 173.7 190.04 -
System Red Green Blue C M Y K H S L
Decimal 147 0 141 0 1 0.04 0.42 302.45 1 0.29
Hex 93 0 8D 0 64 4 2A 12E 64 1D
Octal 223 0 215 0 144 4 52 456 144 35
Binary 10010011 0 10001101 0 1100100 100 101010 100101110 1100100 11101

Color Harmonies of #93008D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93008D

Black with #93008D

Text Example


Text Example

White with #93008D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93008D; }

 p { color: rgb(147,0,141); }

 H1.HeaderClassName
 {
   color: #93008D;
 }
 .AnyTagClassName
 {
   color: #93008D;
 }
</style>

background-color css

<style>
 a { background-color: #93008D; }

 a { background-color: rgb(147,0,141); }

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

border-color css

<style>
 span { border-color: #93008D; }

 span { border-color: rgb(147,0,141); }

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