Html Css Color HEX #8C0E95 Dark Magenta

📋 copy color: '#8C0E95'

red 140 ◦ green 14 ◦ blue 149

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

Shades of Dark Magenta #8C0E95

Tints of Dark Magenta #8C0E95

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.62%

 BLUE value IS 149 (58.59% from 255) = 49.17%

R = 46.2%
G = 4.62%
B = 49.17%

CMYK

 C value IS 0.06

 M value IS 0.91

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8C0E95 (or 0x8C0E95) is known color: Dark Magenta. HEX triplet: 8C, 0E and 95. RGB value is (140,14,149). Sum of RGB (Red+Green+Blue) = 140+14+149=303 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.20% from 303); Green value is 14 (5.86% from 255 or 4.62% from 303); Blue value is 149 (58.59% from 255 or 49.17% from 303); Max value from RGB is 149 - color contains mainly: blue. Hex color #8C0E95 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C0E95 is #73F16A. Grayscale: #424242. Windows color (decimal): -7598443 or 9768588. OLE color: 9768588.

HSL color Cylindrical-coordinate representation of color #8C0E95: hue angle of 296º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8C0E95 is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 140 14 149 -
CMYK 0.06 0.91 0 0.42
HSL 296º 0.83% 0.32% -
HSV(B) 296º 0.91% 0.58% -
XYZ 16.4 8.06 29.13 -
YUV 67.06 174.24 180.02 -
System Red Green Blue C M Y K H S L
Decimal 140 14 149 0.06 0.91 0 0.42 296 0.83 0.32
Hex 8C E 95 6 5B 0 2A 128 53 20
Octal 214 16 225 6 133 0 52 450 123 40
Binary 10001100 1110 10010101 110 1011011 0 101010 100101000 1010011 100000

Color Harmonies of #8C0E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0E95

Black with #8C0E95

Text Example


Text Example

White with #8C0E95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,14,149); }

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

background-color css

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

 a { background-color: rgb(140,14,149); }

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

border-color css

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

 span { border-color: rgb(140,14,149); }

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