Html Css Color HEX #800393 Dark Magenta

📋 copy color: '#800393'

red 128 ◦ green 3 ◦ blue 147

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

Shades of Dark Magenta #800393

Tints of Dark Magenta #800393

RGB

 RED value IS 128 (50.39% from 255) = 46.04%

 GREEN value IS 3 (1.56% from 255) = 1.08%

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

R = 46.04%
G = 1.08%
B = 52.88%

CMYK

 C value IS 0.13

 M value IS 0.98

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#800393 (or 0x800393) is known color: Dark Magenta. HEX triplet: 80, 03 and 93. RGB value is (128,3,147). Sum of RGB (Red+Green+Blue) = 128+3+147=278 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.04% from 278); Green value is 3 (1.56% from 255 or 1.08% from 278); Blue value is 147 (57.81% from 255 or 52.88% from 278); Max value from RGB is 147 - color contains mainly: blue. Hex color #800393 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800393 is #7FFC6C. Grayscale: #383838. Windows color (decimal): -8387693 or 9634688. OLE color: 9634688.

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

Color convert

RGB 128 3 147 -
CMYK 0.13 0.98 0 0.42
HSL 292.08º 0.96% 0.29% -
HSV(B) 292.08º 0.98% 0.58% -
XYZ 14.2 6.76 28.16 -
YUV 56.79 178.91 178.79 -
System Red Green Blue C M Y K H S L
Decimal 128 3 147 0.13 0.98 0 0.42 292.08 0.96 0.29
Hex 80 3 93 D 62 0 2A 124 60 1D
Octal 200 3 223 15 142 0 52 444 140 35
Binary 10000000 11 10010011 1101 1100010 0 101010 100100100 1100000 11101

Color Harmonies of #800393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800393

Black with #800393

Text Example


Text Example

White with #800393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800393; }

 p { color: rgb(128,3,147); }

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

background-color css

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

 a { background-color: rgb(128,3,147); }

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

border-color css

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

 span { border-color: rgb(128,3,147); }

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