Html Css Color HEX #800C8B Dark Magenta

📋 copy color: '#800C8B'

red 128 ◦ green 12 ◦ blue 139

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

Shades of Dark Magenta #800C8B

Tints of Dark Magenta #800C8B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.3%

 BLUE value IS 139 (54.69% from 255) = 49.82%

R = 45.88%
G = 4.3%
B = 49.82%

CMYK

 C value IS 0.08

 M value IS 0.91

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#800C8B (or 0x800C8B) is known color: Dark Magenta. HEX triplet: 80, 0C and 8B. RGB value is (128,12,139). Sum of RGB (Red+Green+Blue) = 128+12+139=279 (36% of max value = 765). Red value is 128 (50.39% from 255 or 45.88% from 279); Green value is 12 (5.08% from 255 or 4.30% from 279); Blue value is 139 (54.69% from 255 or 49.82% from 279); Max value from RGB is 139 - color contains mainly: blue. Hex color #800C8B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800C8B is #7FF374. Grayscale: #3C3C3C. Windows color (decimal): -8385397 or 9112704. OLE color: 9112704.

HSL color Cylindrical-coordinate representation of color #800C8B: hue angle of 294.8º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #800C8B is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 128 12 139 -
CMYK 0.08 0.91 0 0.45
HSL 294.8º 0.84% 0.3% -
HSV(B) 294.8º 0.91% 0.55% -
XYZ 13.69 6.72 25 -
YUV 61.16 171.93 175.67 -
System Red Green Blue C M Y K H S L
Decimal 128 12 139 0.08 0.91 0 0.45 294.8 0.84 0.3
Hex 80 C 8B 8 5B 0 2D 127 54 1E
Octal 200 14 213 10 133 0 55 447 124 36
Binary 10000000 1100 10001011 1000 1011011 0 101101 100100111 1010100 11110

Color Harmonies of #800C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800C8B

Black with #800C8B

Text Example


Text Example

White with #800C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,12,139); }

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

background-color css

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

 a { background-color: rgb(128,12,139); }

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

border-color css

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

 span { border-color: rgb(128,12,139); }

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