Html Css Color HEX #8A07AC Dark Magenta

📋 copy color: '#8A07AC'

red 138 ◦ green 7 ◦ blue 172

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

Shades of Dark Magenta #8A07AC

Tints of Dark Magenta #8A07AC

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.21%

 BLUE value IS 172 (67.58% from 255) = 54.26%

R = 43.53%
G = 2.21%
B = 54.26%

CMYK

 C value IS 0.20

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8A07AC (or 0x8A07AC) is known color: Dark Magenta. HEX triplet: 8A, 07 and AC. RGB value is (138,7,172). Sum of RGB (Red+Green+Blue) = 138+7+172=317 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.53% from 317); Green value is 7 (3.12% from 255 or 2.21% from 317); Blue value is 172 (67.58% from 255 or 54.26% from 317); Max value from RGB is 172 - color contains mainly: blue. Hex color #8A07AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A07AC is #75F853. Grayscale: #404040. Windows color (decimal): -7731284 or 11274122. OLE color: 11274122.

HSL color Cylindrical-coordinate representation of color #8A07AC: hue angle of 287.64º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8A07AC is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 138 7 172 -
CMYK 0.20 0.96 0 0.33
HSL 287.64º 0.92% 0.35% -
HSV(B) 287.64º 0.96% 0.67% -
XYZ 18 8.53 39.73 -
YUV 64.98 188.4 180.08 -
System Red Green Blue C M Y K H S L
Decimal 138 7 172 0.20 0.96 0 0.33 287.64 0.92 0.35
Hex 8A 7 AC 14 60 0 21 120 5C 23
Octal 212 7 254 24 140 0 41 440 134 43
Binary 10001010 111 10101100 10100 1100000 0 100001 100100000 1011100 100011

Color Harmonies of #8A07AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A07AC

Black with #8A07AC

Text Example


Text Example

White with #8A07AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,7,172); }

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

background-color css

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

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

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

border-color css

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

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

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