Html Css Color HEX #8006A4 Dark Magenta

📋 copy color: '#8006A4'

red 128 ◦ green 6 ◦ blue 164

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

Shades of Dark Magenta #8006A4

Tints of Dark Magenta #8006A4

RGB

 RED value IS 128 (50.39% from 255) = 42.95%

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

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

R = 42.95%
G = 2.01%
B = 55.03%

CMYK

 C value IS 0.22

 M value IS 0.96

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#8006A4 (or 0x8006A4) is known color: Dark Magenta. HEX triplet: 80, 06 and A4. RGB value is (128,6,164). Sum of RGB (Red+Green+Blue) = 128+6+164=298 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.95% from 298); Green value is 6 (2.73% from 255 or 2.01% from 298); Blue value is 164 (64.45% from 255 or 55.03% from 298); Max value from RGB is 164 - color contains mainly: blue. Hex color #8006A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8006A4 is #7FF95B. Grayscale: #3B3B3B. Windows color (decimal): -8386908 or 10749568. OLE color: 10749568.

HSL color Cylindrical-coordinate representation of color #8006A4: hue angle of 286.33º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8006A4 is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 128 6 164 -
CMYK 0.22 0.96 0 0.36
HSL 286.33º 0.93% 0.33% -
HSV(B) 286.33º 0.96% 0.64% -
XYZ 15.67 7.4 35.72 -
YUV 60.49 186.42 176.15 -
System Red Green Blue C M Y K H S L
Decimal 128 6 164 0.22 0.96 0 0.36 286.33 0.93 0.33
Hex 80 6 A4 16 60 0 24 11E 5D 21
Octal 200 6 244 26 140 0 44 436 135 41
Binary 10000000 110 10100100 10110 1100000 0 100100 100011110 1011101 100001

Color Harmonies of #8006A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8006A4

Black with #8006A4

Text Example


Text Example

White with #8006A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8006A4; }

 p { color: rgb(128,6,164); }

 H1.HeaderClassName
 {
   color: #8006A4;
 }
 .AnyTagClassName
 {
   color: #8006A4;
 }
</style>

background-color css

<style>
 a { background-color: #8006A4; }

 a { background-color: rgb(128,6,164); }

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

border-color css

<style>
 span { border-color: #8006A4; }

 span { border-color: rgb(128,6,164); }

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