Html Css Color HEX #8A10A4 Dark Magenta

📋 copy color: '#8A10A4'

red 138 ◦ green 16 ◦ blue 164

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

Shades of Dark Magenta #8A10A4

Tints of Dark Magenta #8A10A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 51.57%

R = 43.4%
G = 5.03%
B = 51.57%

CMYK

 C value IS 0.16

 M value IS 0.90

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#8A10A4 (or 0x8A10A4) is known color: Dark Magenta. HEX triplet: 8A, 10 and A4. RGB value is (138,16,164). Sum of RGB (Red+Green+Blue) = 138+16+164=318 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.40% from 318); Green value is 16 (6.64% from 255 or 5.03% from 318); Blue value is 164 (64.45% from 255 or 51.57% from 318); Max value from RGB is 164 - color contains mainly: blue. Hex color #8A10A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A10A4 is #75EF5B. Grayscale: #444444. Windows color (decimal): -7728988 or 10752138. OLE color: 10752138.

HSL color Cylindrical-coordinate representation of color #8A10A4: hue angle of 289.46º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8A10A4 is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 138 16 164 -
CMYK 0.16 0.90 0 0.36
HSL 289.46º 0.82% 0.35% -
HSV(B) 289.46º 0.9% 0.64% -
XYZ 17.37 8.45 35.84 -
YUV 69.35 181.42 176.97 -
System Red Green Blue C M Y K H S L
Decimal 138 16 164 0.16 0.90 0 0.36 289.46 0.82 0.35
Hex 8A 10 A4 10 5A 0 24 121 52 23
Octal 212 20 244 20 132 0 44 441 122 43
Binary 10001010 10000 10100100 10000 1011010 0 100100 100100001 1010010 100011

Color Harmonies of #8A10A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A10A4

Black with #8A10A4

Text Example


Text Example

White with #8A10A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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