Html Css Color HEX #8C148D Dark Magenta

📋 copy color: '#8C148D'

red 140 ◦ green 20 ◦ blue 141

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

Shades of Dark Magenta #8C148D

Tints of Dark Magenta #8C148D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.64%

 BLUE value IS 141 (55.47% from 255) = 46.84%

R = 46.51%
G = 6.64%
B = 46.84%

CMYK

 C value IS 0.01

 M value IS 0.86

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#8C148D (or 0x8C148D) is known color: Dark Magenta. HEX triplet: 8C, 14 and 8D. RGB value is (140,20,141). Sum of RGB (Red+Green+Blue) = 140+20+141=301 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.51% from 301); Green value is 20 (8.20% from 255 or 6.64% from 301); Blue value is 141 (55.47% from 255 or 46.84% from 301); Max value from RGB is 141 - color contains mainly: blue. Hex color #8C148D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C148D is #73EB72. Grayscale: #454545. Windows color (decimal): -7596915 or 9245836. OLE color: 9245836.

HSL color Cylindrical-coordinate representation of color #8C148D: hue angle of 299.5º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8C148D is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 20 141 -
CMYK 0.01 0.86 0 0.45
HSL 299.5º 0.75% 0.32% -
HSV(B) 299.5º 0.86% 0.55% -
XYZ 15.87 8 25.91 -
YUV 69.67 168.26 178.16 -
System Red Green Blue C M Y K H S L
Decimal 140 20 141 0.01 0.86 0 0.45 299.5 0.75 0.32
Hex 8C 14 8D 1 56 0 2D 12C 4B 20
Octal 214 24 215 1 126 0 55 454 113 40
Binary 10001100 10100 10001101 1 1010110 0 101101 100101100 1001011 100000

Color Harmonies of #8C148D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C148D

Black with #8C148D

Text Example


Text Example

White with #8C148D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,20,141); }

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

background-color css

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

 a { background-color: rgb(140,20,141); }

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

border-color css

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

 span { border-color: rgb(140,20,141); }

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