Html Css Color HEX #8C0881 Dark Magenta

📋 copy color: '#8C0881'

red 140 ◦ green 8 ◦ blue 129

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

Shades of Dark Magenta #8C0881

Tints of Dark Magenta #8C0881

RGB

 RED value IS 140 (55.08% from 255) = 50.54%

 GREEN value IS 8 (3.52% from 255) = 2.89%

 BLUE value IS 129 (50.78% from 255) = 46.57%

R = 50.54%
G = 2.89%
B = 46.57%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.08

 K value IS 0.45

RGB Variations

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

Color information

#8C0881 (or 0x8C0881) is known color: Dark Magenta. HEX triplet: 8C, 08 and 81. RGB value is (140,8,129). Sum of RGB (Red+Green+Blue) = 140+8+129=277 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.54% from 277); Green value is 8 (3.52% from 255 or 2.89% from 277); Blue value is 129 (50.78% from 255 or 46.57% from 277); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0881 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C0881 is #73F77E. Grayscale: #3C3C3C. Windows color (decimal): -7599999 or 8456332. OLE color: 8456332.

HSL color Cylindrical-coordinate representation of color #8C0881: hue angle of 305º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C0881 is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 8 129 -
CMYK 0 0.94 0.08 0.45
HSL 305º 0.89% 0.29% -
HSV(B) 305º 0.94% 0.55% -
XYZ 14.86 7.33 21.4 -
YUV 61.26 166.23 184.16 -
System Red Green Blue C M Y K H S L
Decimal 140 8 129 0 0.94 0.08 0.45 305 0.89 0.29
Hex 8C 8 81 0 5E 8 2D 131 59 1D
Octal 214 10 201 0 136 10 55 461 131 35
Binary 10001100 1000 10000001 0 1011110 1000 101101 100110001 1011001 11101

Color Harmonies of #8C0881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0881

Black with #8C0881

Text Example


Text Example

White with #8C0881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C0881; }

 p { color: rgb(140,8,129); }

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

background-color css

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

 a { background-color: rgb(140,8,129); }

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

border-color css

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

 span { border-color: rgb(140,8,129); }

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