Html Css Color HEX #8C138A Dark Magenta

📋 copy color: '#8C138A'

red 140 ◦ green 19 ◦ blue 138

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

Shades of Dark Magenta #8C138A

Tints of Dark Magenta #8C138A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.4%

 BLUE value IS 138 (54.3% from 255) = 46.46%

R = 47.14%
G = 6.4%
B = 46.46%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#8C138A (or 0x8C138A) is known color: Dark Magenta. HEX triplet: 8C, 13 and 8A. RGB value is (140,19,138). Sum of RGB (Red+Green+Blue) = 140+19+138=297 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.14% from 297); Green value is 19 (7.81% from 255 or 6.40% from 297); Blue value is 138 (54.30% from 255 or 46.46% from 297); Max value from RGB is 140 - color contains mainly: red. Hex color #8C138A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C138A is #73EC75. Grayscale: #444444. Windows color (decimal): -7597174 or 9048972. OLE color: 9048972.

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

Color convert

RGB 140 19 138 -
CMYK 0 0.86 0.01 0.45
HSL 300.99º 0.76% 0.31% -
HSV(B) 300.99º 0.86% 0.55% -
XYZ 15.64 7.88 24.74 -
YUV 68.75 167.09 178.82 -
System Red Green Blue C M Y K H S L
Decimal 140 19 138 0 0.86 0.01 0.45 300.99 0.76 0.31
Hex 8C 13 8A 0 56 1 2D 12D 4C 1F
Octal 214 23 212 0 126 1 55 455 114 37
Binary 10001100 10011 10001010 0 1010110 1 101101 100101101 1001100 11111

Color Harmonies of #8C138A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C138A

Black with #8C138A

Text Example


Text Example

White with #8C138A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,19,138); }

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

background-color css

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

 a { background-color: rgb(140,19,138); }

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

border-color css

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

 span { border-color: rgb(140,19,138); }

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