Html Css Color HEX #8A158C Dark Magenta

📋 copy color: '#8A158C'

red 138 ◦ green 21 ◦ blue 140

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

Shades of Dark Magenta #8A158C

Tints of Dark Magenta #8A158C

RGB

 RED value IS 138 (54.3% from 255) = 46.15%

 GREEN value IS 21 (8.59% from 255) = 7.02%

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

R = 46.15%
G = 7.02%
B = 46.82%

CMYK

 C value IS 0.01

 M value IS 0.85

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#8A158C (or 0x8A158C) is known color: Dark Magenta. HEX triplet: 8A, 15 and 8C. RGB value is (138,21,140). Sum of RGB (Red+Green+Blue) = 138+21+140=299 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.15% from 299); Green value is 21 (8.59% from 255 or 7.02% from 299); Blue value is 140 (55.08% from 255 or 46.82% from 299); Max value from RGB is 140 - color contains mainly: blue. Hex color #8A158C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A158C is #75EA73. Grayscale: #454545. Windows color (decimal): -7727732 or 9180554. OLE color: 9180554.

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

Color convert

RGB 138 21 140 -
CMYK 0.01 0.85 0 0.45
HSL 298.99º 0.74% 0.32% -
HSV(B) 298.99º 0.85% 0.55% -
XYZ 15.48 7.83 25.51 -
YUV 69.55 167.76 176.82 -
System Red Green Blue C M Y K H S L
Decimal 138 21 140 0.01 0.85 0 0.45 298.99 0.74 0.32
Hex 8A 15 8C 1 55 0 2D 12B 4A 20
Octal 212 25 214 1 125 0 55 453 112 40
Binary 10001010 10101 10001100 1 1010101 0 101101 100101011 1001010 100000

Color Harmonies of #8A158C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A158C

Black with #8A158C

Text Example


Text Example

White with #8A158C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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