Html Css Color HEX #8A0892 Dark Magenta

📋 copy color: '#8A0892'

red 138 ◦ green 8 ◦ blue 146

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

Shades of Dark Magenta #8A0892

Tints of Dark Magenta #8A0892

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.74%

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

R = 47.26%
G = 2.74%
B = 50%

CMYK

 C value IS 0.05

 M value IS 0.95

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#8A0892 (or 0x8A0892) is known color: Dark Magenta. HEX triplet: 8A, 08 and 92. RGB value is (138,8,146). Sum of RGB (Red+Green+Blue) = 138+8+146=292 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.26% from 292); Green value is 8 (3.52% from 255 or 2.74% from 292); Blue value is 146 (57.42% from 255 or 50% from 292); Max value from RGB is 146 - color contains mainly: blue. Hex color #8A0892 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A0892 is #75F76D. Grayscale: #3E3E3E. Windows color (decimal): -7731054 or 9570442. OLE color: 9570442.

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

Color convert

RGB 138 8 146 -
CMYK 0.05 0.95 0 0.43
HSL 296.52º 0.9% 0.3% -
HSV(B) 296.52º 0.95% 0.57% -
XYZ 15.76 7.65 27.84 -
YUV 62.6 175.07 181.78 -
System Red Green Blue C M Y K H S L
Decimal 138 8 146 0.05 0.95 0 0.43 296.52 0.9 0.3
Hex 8A 8 92 5 5F 0 2B 129 5A 1E
Octal 212 10 222 5 137 0 53 451 132 36
Binary 10001010 1000 10010010 101 1011111 0 101011 100101001 1011010 11110

Color Harmonies of #8A0892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0892

Black with #8A0892

Text Example


Text Example

White with #8A0892

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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