Html Css Color HEX #800FA1 Dark Magenta

📋 copy color: '#800FA1'

red 128 ◦ green 15 ◦ blue 161

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

Shades of Dark Magenta #800FA1

Tints of Dark Magenta #800FA1

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.93%

 BLUE value IS 161 (63.28% from 255) = 52.96%

R = 42.11%
G = 4.93%
B = 52.96%

CMYK

 C value IS 0.20

 M value IS 0.91

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#800FA1 (or 0x800FA1) is known color: Dark Magenta. HEX triplet: 80, 0F and A1. RGB value is (128,15,161). Sum of RGB (Red+Green+Blue) = 128+15+161=304 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.11% from 304); Green value is 15 (6.25% from 255 or 4.93% from 304); Blue value is 161 (63.28% from 255 or 52.96% from 304); Max value from RGB is 161 - color contains mainly: blue. Hex color #800FA1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800FA1 is #7FF05E. Grayscale: #404040. Windows color (decimal): -8384607 or 10555264. OLE color: 10555264.

HSL color Cylindrical-coordinate representation of color #800FA1: hue angle of 286.44º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #800FA1 is Cyan = 0.20, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 128 15 161 -
CMYK 0.20 0.91 0 0.37
HSL 286.44º 0.83% 0.35% -
HSV(B) 286.44º 0.91% 0.63% -
XYZ 15.51 7.5 34.35 -
YUV 65.43 181.94 172.63 -
System Red Green Blue C M Y K H S L
Decimal 128 15 161 0.20 0.91 0 0.37 286.44 0.83 0.35
Hex 80 F A1 14 5B 0 25 11E 53 23
Octal 200 17 241 24 133 0 45 436 123 43
Binary 10000000 1111 10100001 10100 1011011 0 100101 100011110 1010011 100011

Color Harmonies of #800FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800FA1

Black with #800FA1

Text Example


Text Example

White with #800FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,15,161); }

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

background-color css

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

 a { background-color: rgb(128,15,161); }

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

border-color css

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

 span { border-color: rgb(128,15,161); }

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