Html Css Color HEX #8C0884 Dark Magenta

📋 copy color: '#8C0884'

red 140 ◦ green 8 ◦ blue 132

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

Shades of Dark Magenta #8C0884

Tints of Dark Magenta #8C0884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 47.14%

R = 50%
G = 2.86%
B = 47.14%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.06

 K value IS 0.45

RGB Variations

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

Color information

#8C0884 (or 0x8C0884) is known color: Dark Magenta. HEX triplet: 8C, 08 and 84. RGB value is (140,8,132). Sum of RGB (Red+Green+Blue) = 140+8+132=280 (37% of max value = 765). Red value is 140 (55.08% from 255 or 50% from 280); Green value is 8 (3.52% from 255 or 2.86% from 280); Blue value is 132 (51.95% from 255 or 47.14% from 280); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0884 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C0884 is #73F77B. Grayscale: #3D3D3D. Windows color (decimal): -7599996 or 8652940. OLE color: 8652940.

HSL color Cylindrical-coordinate representation of color #8C0884: hue angle of 303.64º 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 #8C0884 is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 8 132 -
CMYK 0 0.94 0.06 0.45
HSL 303.64º 0.89% 0.29% -
HSV(B) 303.64º 0.94% 0.55% -
XYZ 15.07 7.42 22.47 -
YUV 61.6 167.73 183.92 -
System Red Green Blue C M Y K H S L
Decimal 140 8 132 0 0.94 0.06 0.45 303.64 0.89 0.29
Hex 8C 8 84 0 5E 6 2D 130 59 1D
Octal 214 10 204 0 136 6 55 460 131 35
Binary 10001100 1000 10000100 0 1011110 110 101101 100110000 1011001 11101

Color Harmonies of #8C0884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0884

Black with #8C0884

Text Example


Text Example

White with #8C0884

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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