Html Css Color HEX #8C0499 Dark Magenta

📋 copy color: '#8C0499'

red 140 ◦ green 4 ◦ blue 153

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

Shades of Dark Magenta #8C0499

Tints of Dark Magenta #8C0499

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.35%

 BLUE value IS 153 (60.16% from 255) = 51.52%

R = 47.14%
G = 1.35%
B = 51.52%

CMYK

 C value IS 0.08

 M value IS 0.97

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#8C0499 (or 0x8C0499) is known color: Dark Magenta. HEX triplet: 8C, 04 and 99. RGB value is (140,4,153). Sum of RGB (Red+Green+Blue) = 140+4+153=297 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.14% from 297); Green value is 4 (1.95% from 255 or 1.35% from 297); Blue value is 153 (60.16% from 255 or 51.52% from 297); Max value from RGB is 153 - color contains mainly: blue. Hex color #8C0499 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C0499 is #73FB66. Grayscale: #3D3D3D. Windows color (decimal): -7600999 or 10028172. OLE color: 10028172.

HSL color Cylindrical-coordinate representation of color #8C0499: hue angle of 294.77º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8C0499 is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 140 4 153 -
CMYK 0.08 0.97 0 0.4
HSL 294.77º 0.95% 0.31% -
HSV(B) 294.77º 0.97% 0.6% -
XYZ 16.61 7.96 30.8 -
YUV 61.65 179.56 183.88 -
System Red Green Blue C M Y K H S L
Decimal 140 4 153 0.08 0.97 0 0.4 294.77 0.95 0.31
Hex 8C 4 99 8 61 0 28 127 5F 1F
Octal 214 4 231 10 141 0 50 447 137 37
Binary 10001100 100 10011001 1000 1100001 0 101000 100100111 1011111 11111

Color Harmonies of #8C0499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0499

Black with #8C0499

Text Example


Text Example

White with #8C0499

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,4,153); }

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

background-color css

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

 a { background-color: rgb(140,4,153); }

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

border-color css

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

 span { border-color: rgb(140,4,153); }

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