Html Css Color HEX #93008E Dark Magenta

📋 copy color: '#93008E'

red 147 ◦ green 0 ◦ blue 142

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

Shades of Dark Magenta #93008E

Tints of Dark Magenta #93008E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 49.13%

R = 50.87%
G = 0%
B = 49.13%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#93008E (or 0x93008E) is known color: Dark Magenta. HEX triplet: 93, 00 and 8E. RGB value is (147,0,142). Sum of RGB (Red+Green+Blue) = 147+0+142=289 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.87% from 289); Green value is 0 (0.39% from 255 or 0% from 289); Blue value is 142 (55.86% from 255 or 49.13% from 289); Max value from RGB is 147 - color contains mainly: red. Hex color #93008E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #93008E is #6CFF71. Grayscale: #3B3B3B. Windows color (decimal): -7143282 or 9306259. OLE color: 9306259.

HSL color Cylindrical-coordinate representation of color #93008E: hue angle of 302.04º 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 #93008E is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 0 142 -
CMYK 0 1 0.03 0.42
HSL 302.04º 1% 0.29% -
HSV(B) 302.04º 1% 0.58% -
XYZ 16.92 8.16 26.27 -
YUV 60.14 174.2 189.95 -
System Red Green Blue C M Y K H S L
Decimal 147 0 142 0 1 0.03 0.42 302.04 1 0.29
Hex 93 0 8E 0 64 3 2A 12E 64 1D
Octal 223 0 216 0 144 3 52 456 144 35
Binary 10010011 0 10001110 0 1100100 11 101010 100101110 1100100 11101

Color Harmonies of #93008E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93008E

Black with #93008E

Text Example


Text Example

White with #93008E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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