Html Css Color HEX #8C029D Dark Magenta

📋 copy color: '#8C029D'

red 140 ◦ green 2 ◦ blue 157

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

Shades of Dark Magenta #8C029D

Tints of Dark Magenta #8C029D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.67%

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

R = 46.82%
G = 0.67%
B = 52.51%

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

#8C029D (or 0x8C029D) is known color: Dark Magenta. HEX triplet: 8C, 02 and 9D. RGB value is (140,2,157). Sum of RGB (Red+Green+Blue) = 140+2+157=299 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.82% from 299); Green value is 2 (1.17% from 255 or 0.67% from 299); Blue value is 157 (61.72% from 255 or 52.51% from 299); Max value from RGB is 157 - color contains mainly: blue. Hex color #8C029D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C029D is #73FD62. Grayscale: #3C3C3C. Windows color (decimal): -7601507 or 10289804. OLE color: 10289804.

HSL color Cylindrical-coordinate representation of color #8C029D: hue angle of 293.42º degrees, saturation: 0.97, 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 #8C029D is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 140 2 157 -
CMYK 0.11 0.99 0 0.38
HSL 293.42º 0.97% 0.31% -
HSV(B) 293.42º 0.99% 0.62% -
XYZ 16.92 8.05 32.56 -
YUV 60.93 182.22 184.4 -
System Red Green Blue C M Y K H S L
Decimal 140 2 157 0.11 0.99 0 0.38 293.42 0.97 0.31
Hex 8C 2 9D B 63 0 26 125 61 1F
Octal 214 2 235 13 143 0 46 445 141 37
Binary 10001100 10 10011101 1011 1100011 0 100110 100100101 1100001 11111

Color Harmonies of #8C029D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C029D

Black with #8C029D

Text Example


Text Example

White with #8C029D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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