Html Css Color HEX #8A108A Dark Magenta

📋 copy color: '#8A108A'

red 138 ◦ green 16 ◦ blue 138

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

Shades of Dark Magenta #8A108A

Tints of Dark Magenta #8A108A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.48%

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

R = 47.26%
G = 5.48%
B = 47.26%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#8A108A (or 0x8A108A) is known color: Dark Magenta. HEX triplet: 8A, 10 and 8A. RGB value is (138,16,138). Sum of RGB (Red+Green+Blue) = 138+16+138=292 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.26% from 292); Green value is 16 (6.64% from 255 or 5.48% from 292); Blue value is 138 (54.30% from 255 or 47.26% from 292); Max value from RGB is 138 - color contains mainly: red, blue. Hex color #8A108A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A108A is #75EF75. Grayscale: #424242. Windows color (decimal): -7729014 or 9048202. OLE color: 9048202.

HSL color Cylindrical-coordinate representation of color #8A108A: hue angle of 300º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8A108A is Cyan = 0, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 16 138 -
CMYK 0 0.88 0 0.46
HSL 300º 0.79% 0.3% -
HSV(B) 300º 0.88% 0.54% -
XYZ 15.25 7.61 24.71 -
YUV 66.39 168.42 179.08 -
System Red Green Blue C M Y K H S L
Decimal 138 16 138 0 0.88 0 0.46 300 0.79 0.3
Hex 8A 10 8A 0 58 0 2E 12C 4F 1E
Octal 212 20 212 0 130 0 56 454 117 36
Binary 10001010 10000 10001010 0 1011000 0 101110 100101100 1001111 11110

Color Harmonies of #8A108A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A108A

Black with #8A108A

Text Example


Text Example

White with #8A108A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,16,138); }

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

background-color css

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

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

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

border-color css

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

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

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