Html Css Color HEX #8C0684 Dark Magenta

📋 copy color: '#8C0684'

red 140 ◦ green 6 ◦ blue 132

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

Shades of Dark Magenta #8C0684

Tints of Dark Magenta #8C0684

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.16%

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

R = 50.36%
G = 2.16%
B = 47.48%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.06

 K value IS 0.45

RGB Variations

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

Color information

#8C0684 (or 0x8C0684) is known color: Dark Magenta. HEX triplet: 8C, 06 and 84. RGB value is (140,6,132). Sum of RGB (Red+Green+Blue) = 140+6+132=278 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.36% from 278); Green value is 6 (2.73% from 255 or 2.16% from 278); Blue value is 132 (51.95% from 255 or 47.48% from 278); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0684 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C0684 is #73F97B. Grayscale: #3C3C3C. Windows color (decimal): -7600508 or 8652428. OLE color: 8652428.

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

Color convert

RGB 140 6 132 -
CMYK 0 0.96 0.06 0.45
HSL 303.58º 0.92% 0.29% -
HSV(B) 303.58º 0.96% 0.55% -
XYZ 15.05 7.37 22.46 -
YUV 60.43 168.39 184.75 -
System Red Green Blue C M Y K H S L
Decimal 140 6 132 0 0.96 0.06 0.45 303.58 0.92 0.29
Hex 8C 6 84 0 60 6 2D 130 5C 1D
Octal 214 6 204 0 140 6 55 460 134 35
Binary 10001100 110 10000100 0 1100000 110 101101 100110000 1011100 11101

Color Harmonies of #8C0684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0684

Black with #8C0684

Text Example


Text Example

White with #8C0684

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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