Html Css Color HEX #8C019D Dark Magenta

📋 copy color: '#8C019D'

red 140 ◦ green 1 ◦ blue 157

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

Shades of Dark Magenta #8C019D

Tints of Dark Magenta #8C019D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

 BLUE value IS 157 (61.72% from 255) = 52.68%

R = 46.98%
G = 0.34%
B = 52.68%

CMYK

 C value IS 0.11

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8C019D (or 0x8C019D) is known color: Dark Magenta. HEX triplet: 8C, 01 and 9D. RGB value is (140,1,157). Sum of RGB (Red+Green+Blue) = 140+1+157=298 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.98% from 298); Green value is 1 (0.78% from 255 or 0.34% from 298); Blue value is 157 (61.72% from 255 or 52.68% from 298); Max value from RGB is 157 - color contains mainly: blue. Hex color #8C019D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C019D is #73FE62. Grayscale: #3B3B3B. Windows color (decimal): -7601763 or 10289548. OLE color: 10289548.

HSL color Cylindrical-coordinate representation of color #8C019D: hue angle of 293.46º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8C019D is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 140 1 157 -
CMYK 0.11 0.99 0 0.38
HSL 293.46º 0.99% 0.31% -
HSV(B) 293.46º 0.99% 0.62% -
XYZ 16.91 8.03 32.56 -
YUV 60.35 182.55 184.82 -
System Red Green Blue C M Y K H S L
Decimal 140 1 157 0.11 0.99 0 0.38 293.46 0.99 0.31
Hex 8C 1 9D B 63 0 26 125 63 1F
Octal 214 1 235 13 143 0 46 445 143 37
Binary 10001100 1 10011101 1011 1100011 0 100110 100100101 1100011 11111

Color Harmonies of #8C019D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C019D

Black with #8C019D

Text Example


Text Example

White with #8C019D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,1,157); }

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

background-color css

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

 a { background-color: rgb(140,1,157); }

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

border-color css

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

 span { border-color: rgb(140,1,157); }

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