Html Css Color HEX #8A0990 Dark Magenta

📋 copy color: '#8A0990'

red 138 ◦ green 9 ◦ blue 144

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

Shades of Dark Magenta #8A0990

Tints of Dark Magenta #8A0990

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.09%

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

R = 47.42%
G = 3.09%
B = 49.48%

CMYK

 C value IS 0.04

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#8A0990 (or 0x8A0990) is known color: Dark Magenta. HEX triplet: 8A, 09 and 90. RGB value is (138,9,144). Sum of RGB (Red+Green+Blue) = 138+9+144=291 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.42% from 291); Green value is 9 (3.91% from 255 or 3.09% from 291); Blue value is 144 (56.64% from 255 or 49.48% from 291); Max value from RGB is 144 - color contains mainly: blue. Hex color #8A0990 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A0990 is #75F66F. Grayscale: #3E3E3E. Windows color (decimal): -7730800 or 9439626. OLE color: 9439626.

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

Color convert

RGB 138 9 144 -
CMYK 0.04 0.94 0 0.44
HSL 297.33º 0.88% 0.3% -
HSV(B) 297.33º 0.94% 0.56% -
XYZ 15.61 7.61 27.03 -
YUV 62.96 173.74 181.52 -
System Red Green Blue C M Y K H S L
Decimal 138 9 144 0.04 0.94 0 0.44 297.33 0.88 0.3
Hex 8A 9 90 4 5E 0 2C 129 58 1E
Octal 212 11 220 4 136 0 54 451 130 36
Binary 10001010 1001 10010000 100 1011110 0 101100 100101001 1011000 11110

Color Harmonies of #8A0990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0990

Black with #8A0990

Text Example


Text Example

White with #8A0990

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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