Html Css Color HEX #8A048E Dark Magenta

📋 copy color: '#8A048E'

red 138 ◦ green 4 ◦ blue 142

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

Shades of Dark Magenta #8A048E

Tints of Dark Magenta #8A048E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 50%

R = 48.59%
G = 1.41%
B = 50%

CMYK

 C value IS 0.03

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#8A048E (or 0x8A048E) is known color: Dark Magenta. HEX triplet: 8A, 04 and 8E. RGB value is (138,4,142). Sum of RGB (Red+Green+Blue) = 138+4+142=284 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.59% from 284); Green value is 4 (1.95% from 255 or 1.41% from 284); Blue value is 142 (55.86% from 255 or 50% from 284); Max value from RGB is 142 - color contains mainly: blue. Hex color #8A048E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A048E is #75FB71. Grayscale: #3B3B3B. Windows color (decimal): -7732082 or 9307274. OLE color: 9307274.

HSL color Cylindrical-coordinate representation of color #8A048E: hue angle of 298.26º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8A048E is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 138 4 142 -
CMYK 0.03 0.97 0 0.44
HSL 298.26º 0.95% 0.29% -
HSV(B) 298.26º 0.97% 0.56% -
XYZ 15.41 7.44 26.22 -
YUV 59.8 174.39 183.78 -
System Red Green Blue C M Y K H S L
Decimal 138 4 142 0.03 0.97 0 0.44 298.26 0.95 0.29
Hex 8A 4 8E 3 61 0 2C 12A 5F 1D
Octal 212 4 216 3 141 0 54 452 137 35
Binary 10001010 100 10001110 11 1100001 0 101100 100101010 1011111 11101

Color Harmonies of #8A048E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A048E

Black with #8A048E

Text Example


Text Example

White with #8A048E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,4,142); }

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

background-color css

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

 a { background-color: rgb(138,4,142); }

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

border-color css

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

 span { border-color: rgb(138,4,142); }

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