Html Css Color HEX #8C0281 Dark Magenta

📋 copy color: '#8C0281'

red 140 ◦ green 2 ◦ blue 129

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

Shades of Dark Magenta #8C0281

Tints of Dark Magenta #8C0281

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.74%

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

R = 51.66%
G = 0.74%
B = 47.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.08

 K value IS 0.45

RGB Variations

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

Color information

#8C0281 (or 0x8C0281) is known color: Dark Magenta. HEX triplet: 8C, 02 and 81. RGB value is (140,2,129). Sum of RGB (Red+Green+Blue) = 140+2+129=271 (35% of max value = 765). Red value is 140 (55.08% from 255 or 51.66% from 271); Green value is 2 (1.17% from 255 or 0.74% from 271); Blue value is 129 (50.78% from 255 or 47.60% from 271); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0281 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C0281 is #73FD7E. Grayscale: #393939. Windows color (decimal): -7601535 or 8454796. OLE color: 8454796.

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

Color convert

RGB 140 2 129 -
CMYK 0 0.99 0.08 0.45
HSL 304.78º 0.97% 0.28% -
HSV(B) 304.78º 0.99% 0.55% -
XYZ 14.8 7.2 21.38 -
YUV 57.74 168.22 186.67 -
System Red Green Blue C M Y K H S L
Decimal 140 2 129 0 0.99 0.08 0.45 304.78 0.97 0.28
Hex 8C 2 81 0 63 8 2D 131 61 1C
Octal 214 2 201 0 143 10 55 461 141 34
Binary 10001100 10 10000001 0 1100011 1000 101101 100110001 1100001 11100

Color Harmonies of #8C0281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0281

Black with #8C0281

Text Example


Text Example

White with #8C0281

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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