Html Css Color HEX #8A06A6 Dark Magenta

📋 copy color: '#8A06A6'

red 138 ◦ green 6 ◦ blue 166

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

Shades of Dark Magenta #8A06A6

Tints of Dark Magenta #8A06A6

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.94%

 BLUE value IS 166 (65.23% from 255) = 53.55%

R = 44.52%
G = 1.94%
B = 53.55%

CMYK

 C value IS 0.17

 M value IS 0.96

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#8A06A6 (or 0x8A06A6) is known color: Dark Magenta. HEX triplet: 8A, 06 and A6. RGB value is (138,6,166). Sum of RGB (Red+Green+Blue) = 138+6+166=310 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.52% from 310); Green value is 6 (2.73% from 255 or 1.94% from 310); Blue value is 166 (65.23% from 255 or 53.55% from 310); Max value from RGB is 166 - color contains mainly: blue. Hex color #8A06A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A06A6 is #75F959. Grayscale: #3F3F3F. Windows color (decimal): -7731546 or 10880650. OLE color: 10880650.

HSL color Cylindrical-coordinate representation of color #8A06A6: hue angle of 289.5º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8A06A6 is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 138 6 166 -
CMYK 0.17 0.96 0 0.35
HSL 289.5º 0.93% 0.34% -
HSV(B) 289.5º 0.96% 0.65% -
XYZ 17.43 8.29 36.76 -
YUV 63.71 185.73 180.99 -
System Red Green Blue C M Y K H S L
Decimal 138 6 166 0.17 0.96 0 0.35 289.5 0.93 0.34
Hex 8A 6 A6 11 60 0 23 122 5D 22
Octal 212 6 246 21 140 0 43 442 135 42
Binary 10001010 110 10100110 10001 1100000 0 100011 100100010 1011101 100010

Color Harmonies of #8A06A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A06A6

Black with #8A06A6

Text Example


Text Example

White with #8A06A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,6,166); }

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

background-color css

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

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

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

border-color css

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

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

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