Html Css Color HEX #8A1292 Dark Magenta

📋 copy color: '#8A1292'

red 138 ◦ green 18 ◦ blue 146

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

Shades of Dark Magenta #8A1292

Tints of Dark Magenta #8A1292

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.96%

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

R = 45.7%
G = 5.96%
B = 48.34%

CMYK

 C value IS 0.05

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#8A1292 (or 0x8A1292) is known color: Dark Magenta. HEX triplet: 8A, 12 and 92. RGB value is (138,18,146). Sum of RGB (Red+Green+Blue) = 138+18+146=302 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.70% from 302); Green value is 18 (7.42% from 255 or 5.96% from 302); Blue value is 146 (57.42% from 255 or 48.34% from 302); Max value from RGB is 146 - color contains mainly: blue. Hex color #8A1292 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A1292 is #75ED6D. Grayscale: #444444. Windows color (decimal): -7728494 or 9573002. OLE color: 9573002.

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

Color convert

RGB 138 18 146 -
CMYK 0.05 0.88 0 0.43
HSL 296.25º 0.78% 0.32% -
HSV(B) 296.25º 0.88% 0.57% -
XYZ 15.89 7.91 27.88 -
YUV 68.47 171.76 177.59 -
System Red Green Blue C M Y K H S L
Decimal 138 18 146 0.05 0.88 0 0.43 296.25 0.78 0.32
Hex 8A 12 92 5 58 0 2B 128 4E 20
Octal 212 22 222 5 130 0 53 450 116 40
Binary 10001010 10010 10010010 101 1011000 0 101011 100101000 1001110 100000

Color Harmonies of #8A1292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1292

Black with #8A1292

Text Example


Text Example

White with #8A1292

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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