Html Css Color HEX #8A1790 Dark Magenta

📋 copy color: '#8A1790'

red 138 ◦ green 23 ◦ blue 144

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

Shades of Dark Magenta #8A1790

Tints of Dark Magenta #8A1790

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.54%

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

R = 45.25%
G = 7.54%
B = 47.21%

CMYK

 C value IS 0.04

 M value IS 0.84

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#8A1790 (or 0x8A1790) is known color: Dark Magenta. HEX triplet: 8A, 17 and 90. RGB value is (138,23,144). Sum of RGB (Red+Green+Blue) = 138+23+144=305 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.25% from 305); Green value is 23 (9.38% from 255 or 7.54% from 305); Blue value is 144 (56.64% from 255 or 47.21% from 305); Max value from RGB is 144 - color contains mainly: blue. Hex color #8A1790 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A1790 is #75E86F. Grayscale: #464646. Windows color (decimal): -7727216 or 9443210. OLE color: 9443210.

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

Color convert

RGB 138 23 144 -
CMYK 0.04 0.84 0 0.44
HSL 297.02º 0.72% 0.33% -
HSV(B) 297.02º 0.84% 0.56% -
XYZ 15.82 8.03 27.1 -
YUV 71.18 169.1 175.66 -
System Red Green Blue C M Y K H S L
Decimal 138 23 144 0.04 0.84 0 0.44 297.02 0.72 0.33
Hex 8A 17 90 4 54 0 2C 129 48 21
Octal 212 27 220 4 124 0 54 451 110 41
Binary 10001010 10111 10010000 100 1010100 0 101100 100101001 1001000 100001

Color Harmonies of #8A1790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1790

Black with #8A1790

Text Example


Text Example

White with #8A1790

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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