Html Css Color HEX #8C0083 Dark Magenta

📋 copy color: '#8C0083'

red 140 ◦ green 0 ◦ blue 131

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

Shades of Dark Magenta #8C0083

Tints of Dark Magenta #8C0083

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 131 (51.56% from 255) = 48.34%

R = 51.66%
G = 0%
B = 48.34%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.06

 K value IS 0.45

RGB Variations

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

Color information

#8C0083 (or 0x8C0083) is known color: Dark Magenta. HEX triplet: 8C, 00 and 83. RGB value is (140,0,131). Sum of RGB (Red+Green+Blue) = 140+0+131=271 (35% of max value = 765). Red value is 140 (55.08% from 255 or 51.66% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 131 (51.56% from 255 or 48.34% from 271); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0083 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C0083 is #73FF7C. Grayscale: #383838. Windows color (decimal): -7602045 or 8585356. OLE color: 8585356.

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

Color convert

RGB 140 0 131 -
CMYK 0 1 0.06 0.45
HSL 303.86º 1% 0.27% -
HSV(B) 303.86º 1% 0.55% -
XYZ 14.91 7.21 22.08 -
YUV 56.79 169.88 187.35 -
System Red Green Blue C M Y K H S L
Decimal 140 0 131 0 1 0.06 0.45 303.86 1 0.27
Hex 8C 0 83 0 64 6 2D 130 64 1B
Octal 214 0 203 0 144 6 55 460 144 33
Binary 10001100 0 10000011 0 1100100 110 101101 100110000 1100100 11011

Color Harmonies of #8C0083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0083

Black with #8C0083

Text Example


Text Example

White with #8C0083

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,0,131); }

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

background-color css

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

 a { background-color: rgb(140,0,131); }

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

border-color css

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

 span { border-color: rgb(140,0,131); }

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