Html Css Color HEX #8C0682 Dark Magenta

📋 copy color: '#8C0682'

red 140 ◦ green 6 ◦ blue 130

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

Shades of Dark Magenta #8C0682

Tints of Dark Magenta #8C0682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 47.1%

R = 50.72%
G = 2.17%
B = 47.1%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.07

 K value IS 0.45

RGB Variations

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

Color information

#8C0682 (or 0x8C0682) is known color: Dark Magenta. HEX triplet: 8C, 06 and 82. RGB value is (140,6,130). Sum of RGB (Red+Green+Blue) = 140+6+130=276 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.72% from 276); Green value is 6 (2.73% from 255 or 2.17% from 276); Blue value is 130 (51.17% from 255 or 47.10% from 276); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0682 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C0682 is #73F97D. Grayscale: #3B3B3B. Windows color (decimal): -7600510 or 8521356. OLE color: 8521356.

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

Color convert

RGB 140 6 130 -
CMYK 0 0.96 0.07 0.45
HSL 304.48º 0.92% 0.29% -
HSV(B) 304.48º 0.96% 0.55% -
XYZ 14.91 7.32 21.75 -
YUV 60.2 167.39 184.92 -
System Red Green Blue C M Y K H S L
Decimal 140 6 130 0 0.96 0.07 0.45 304.48 0.92 0.29
Hex 8C 6 82 0 60 7 2D 130 5C 1D
Octal 214 6 202 0 140 7 55 460 134 35
Binary 10001100 110 10000010 0 1100000 111 101101 100110000 1011100 11101

Color Harmonies of #8C0682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0682

Black with #8C0682

Text Example


Text Example

White with #8C0682

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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