Html Css Color HEX #8A0992 Dark Magenta

📋 copy color: '#8A0992'

red 138 ◦ green 9 ◦ blue 146

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

Shades of Dark Magenta #8A0992

Tints of Dark Magenta #8A0992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 49.83%

R = 47.1%
G = 3.07%
B = 49.83%

CMYK

 C value IS 0.05

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#8A0992 (or 0x8A0992) is known color: Dark Magenta. HEX triplet: 8A, 09 and 92. RGB value is (138,9,146). Sum of RGB (Red+Green+Blue) = 138+9+146=293 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.10% from 293); Green value is 9 (3.91% from 255 or 3.07% from 293); Blue value is 146 (57.42% from 255 or 49.83% from 293); Max value from RGB is 146 - color contains mainly: blue. Hex color #8A0992 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A0992 is #75F66D. Grayscale: #3E3E3E. Windows color (decimal): -7730798 or 9570698. OLE color: 9570698.

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

Color convert

RGB 138 9 146 -
CMYK 0.05 0.94 0 0.43
HSL 296.5º 0.88% 0.3% -
HSV(B) 296.5º 0.94% 0.57% -
XYZ 15.77 7.67 27.84 -
YUV 63.19 174.74 181.36 -
System Red Green Blue C M Y K H S L
Decimal 138 9 146 0.05 0.94 0 0.43 296.5 0.88 0.3
Hex 8A 9 92 5 5E 0 2B 128 58 1E
Octal 212 11 222 5 136 0 53 450 130 36
Binary 10001010 1001 10010010 101 1011110 0 101011 100101000 1011000 11110

Color Harmonies of #8A0992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0992

Black with #8A0992

Text Example


Text Example

White with #8A0992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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