Html Css Color HEX #8A0790 Dark Magenta

📋 copy color: '#8A0790'

red 138 ◦ green 7 ◦ blue 144

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

Shades of Dark Magenta #8A0790

Tints of Dark Magenta #8A0790

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.42%

 BLUE value IS 144 (56.64% from 255) = 49.83%

R = 47.75%
G = 2.42%
B = 49.83%

CMYK

 C value IS 0.04

 M value IS 0.95

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#8A0790 (or 0x8A0790) is known color: Dark Magenta. HEX triplet: 8A, 07 and 90. RGB value is (138,7,144). Sum of RGB (Red+Green+Blue) = 138+7+144=289 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.75% from 289); Green value is 7 (3.12% from 255 or 2.42% from 289); Blue value is 144 (56.64% from 255 or 49.83% from 289); Max value from RGB is 144 - color contains mainly: blue. Hex color #8A0790 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A0790 is #75F86F. Grayscale: #3D3D3D. Windows color (decimal): -7731312 or 9439114. OLE color: 9439114.

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

Color convert

RGB 138 7 144 -
CMYK 0.04 0.95 0 0.44
HSL 297.37º 0.91% 0.3% -
HSV(B) 297.37º 0.95% 0.56% -
XYZ 15.59 7.57 27.02 -
YUV 61.79 174.4 182.36 -
System Red Green Blue C M Y K H S L
Decimal 138 7 144 0.04 0.95 0 0.44 297.37 0.91 0.3
Hex 8A 7 90 4 5F 0 2C 129 5B 1E
Octal 212 7 220 4 137 0 54 451 133 36
Binary 10001010 111 10010000 100 1011111 0 101100 100101001 1011011 11110

Color Harmonies of #8A0790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0790

Black with #8A0790

Text Example


Text Example

White with #8A0790

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,7,144); }

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

background-color css

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

 a { background-color: rgb(138,7,144); }

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

border-color css

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

 span { border-color: rgb(138,7,144); }

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