Html Css Color HEX #800093 Dark Magenta

📋 copy color: '#800093'

red 128 ◦ green 0 ◦ blue 147

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

Shades of Dark Magenta #800093

Tints of Dark Magenta #800093

RGB

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

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

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

R = 46.55%
G = 0%
B = 53.45%

CMYK

 C value IS 0.13

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#800093 (or 0x800093) is known color: Dark Magenta. HEX triplet: 80, 00 and 93. RGB value is (128,0,147). Sum of RGB (Red+Green+Blue) = 128+0+147=275 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.55% from 275); Green value is 0 (0.39% from 255 or 0% from 275); Blue value is 147 (57.81% from 255 or 53.45% from 275); Max value from RGB is 147 - color contains mainly: blue. Hex color #800093 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800093 is #7FFF6C. Grayscale: #363636. Windows color (decimal): -8388461 or 9633920. OLE color: 9633920.

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

Color convert

RGB 128 0 147 -
CMYK 0.13 1 0 0.42
HSL 292.24º 1% 0.29% -
HSV(B) 292.24º 1% 0.58% -
XYZ 14.17 6.7 28.15 -
YUV 55.03 179.91 180.05 -
System Red Green Blue C M Y K H S L
Decimal 128 0 147 0.13 1 0 0.42 292.24 1 0.29
Hex 80 0 93 D 64 0 2A 124 64 1D
Octal 200 0 223 15 144 0 52 444 144 35
Binary 10000000 0 10010011 1101 1100100 0 101010 100100100 1100100 11101

Color Harmonies of #800093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800093

Black with #800093

Text Example


Text Example

White with #800093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800093; }

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

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

background-color css

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

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

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

border-color css

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

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

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