Html Css Color HEX #800A9C Dark Magenta

📋 copy color: '#800A9C'

red 128 ◦ green 10 ◦ blue 156

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

Shades of Dark Magenta #800A9C

Tints of Dark Magenta #800A9C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.4%

 BLUE value IS 156 (61.33% from 255) = 53.06%

R = 43.54%
G = 3.4%
B = 53.06%

CMYK

 C value IS 0.18

 M value IS 0.94

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#800A9C (or 0x800A9C) is known color: Dark Magenta. HEX triplet: 80, 0A and 9C. RGB value is (128,10,156). Sum of RGB (Red+Green+Blue) = 128+10+156=294 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.54% from 294); Green value is 10 (4.30% from 255 or 3.40% from 294); Blue value is 156 (61.33% from 255 or 53.06% from 294); Max value from RGB is 156 - color contains mainly: blue. Hex color #800A9C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800A9C is #7FF563. Grayscale: #3D3D3D. Windows color (decimal): -8385892 or 10226304. OLE color: 10226304.

HSL color Cylindrical-coordinate representation of color #800A9C: hue angle of 288.49º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #800A9C is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 128 10 156 -
CMYK 0.18 0.94 0 0.39
HSL 288.49º 0.88% 0.33% -
HSV(B) 288.49º 0.94% 0.61% -
XYZ 15.01 7.21 32.05 -
YUV 61.93 181.09 175.13 -
System Red Green Blue C M Y K H S L
Decimal 128 10 156 0.18 0.94 0 0.39 288.49 0.88 0.33
Hex 80 A 9C 12 5E 0 27 120 58 21
Octal 200 12 234 22 136 0 47 440 130 41
Binary 10000000 1010 10011100 10010 1011110 0 100111 100100000 1011000 100001

Color Harmonies of #800A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800A9C

Black with #800A9C

Text Example


Text Example

White with #800A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800A9C; }

 p { color: rgb(128,10,156); }

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

background-color css

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

 a { background-color: rgb(128,10,156); }

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

border-color css

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

 span { border-color: rgb(128,10,156); }

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