Html Css Color HEX #8A1792 Dark Magenta

📋 copy color: '#8A1792'

red 138 ◦ green 23 ◦ blue 146

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

Shades of Dark Magenta #8A1792

Tints of Dark Magenta #8A1792

RGB

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

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

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

R = 44.95%
G = 7.49%
B = 47.56%

CMYK

 C value IS 0.05

 M value IS 0.84

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#8A1792 (or 0x8A1792) is known color: Dark Magenta. HEX triplet: 8A, 17 and 92. RGB value is (138,23,146). Sum of RGB (Red+Green+Blue) = 138+23+146=307 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.95% from 307); Green value is 23 (9.38% from 255 or 7.49% from 307); Blue value is 146 (57.42% from 255 or 47.56% from 307); Max value from RGB is 146 - color contains mainly: blue. Hex color #8A1792 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A1792 is #75E86D. Grayscale: #474747. Windows color (decimal): -7727214 or 9574282. OLE color: 9574282.

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

Color convert

RGB 138 23 146 -
CMYK 0.05 0.84 0 0.43
HSL 296.1º 0.73% 0.33% -
HSV(B) 296.1º 0.84% 0.57% -
XYZ 15.98 8.09 27.91 -
YUV 71.41 170.1 175.5 -
System Red Green Blue C M Y K H S L
Decimal 138 23 146 0.05 0.84 0 0.43 296.1 0.73 0.33
Hex 8A 17 92 5 54 0 2B 128 49 21
Octal 212 27 222 5 124 0 53 450 111 41
Binary 10001010 10111 10010010 101 1010100 0 101011 100101000 1001001 100001

Color Harmonies of #8A1792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1792

Black with #8A1792

Text Example


Text Example

White with #8A1792

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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