Html Css Color HEX #8A0494 Dark Magenta

📋 copy color: '#8A0494'

red 138 ◦ green 4 ◦ blue 148

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

Shades of Dark Magenta #8A0494

Tints of Dark Magenta #8A0494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 51.03%

R = 47.59%
G = 1.38%
B = 51.03%

CMYK

 C value IS 0.07

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8A0494 (or 0x8A0494) is known color: Dark Magenta. HEX triplet: 8A, 04 and 94. RGB value is (138,4,148). Sum of RGB (Red+Green+Blue) = 138+4+148=290 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.59% from 290); Green value is 4 (1.95% from 255 or 1.38% from 290); Blue value is 148 (58.20% from 255 or 51.03% from 290); Max value from RGB is 148 - color contains mainly: blue. Hex color #8A0494 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A0494 is #75FB6B. Grayscale: #3C3C3C. Windows color (decimal): -7732076 or 9700490. OLE color: 9700490.

HSL color Cylindrical-coordinate representation of color #8A0494: hue angle of 295.83º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8A0494 is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 138 4 148 -
CMYK 0.07 0.97 0 0.42
HSL 295.83º 0.95% 0.3% -
HSV(B) 295.83º 0.97% 0.58% -
XYZ 15.87 7.63 28.65 -
YUV 60.48 177.39 183.29 -
System Red Green Blue C M Y K H S L
Decimal 138 4 148 0.07 0.97 0 0.42 295.83 0.95 0.3
Hex 8A 4 94 7 61 0 2A 128 5F 1E
Octal 212 4 224 7 141 0 52 450 137 36
Binary 10001010 100 10010100 111 1100001 0 101010 100101000 1011111 11110

Color Harmonies of #8A0494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0494

Black with #8A0494

Text Example


Text Example

White with #8A0494

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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