Html Css Color HEX #8A08AC Dark Magenta

📋 copy color: '#8A08AC'

red 138 ◦ green 8 ◦ blue 172

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

Shades of Dark Magenta #8A08AC

Tints of Dark Magenta #8A08AC

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.52%

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

R = 43.4%
G = 2.52%
B = 54.09%

CMYK

 C value IS 0.20

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8A08AC (or 0x8A08AC) is known color: Dark Magenta. HEX triplet: 8A, 08 and AC. RGB value is (138,8,172). Sum of RGB (Red+Green+Blue) = 138+8+172=318 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.40% from 318); Green value is 8 (3.52% from 255 or 2.52% from 318); Blue value is 172 (67.58% from 255 or 54.09% from 318); Max value from RGB is 172 - color contains mainly: blue. Hex color #8A08AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A08AC is #75F753. Grayscale: #414141. Windows color (decimal): -7731028 or 11274378. OLE color: 11274378.

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

Color convert

RGB 138 8 172 -
CMYK 0.20 0.95 0 0.33
HSL 287.56º 0.91% 0.35% -
HSV(B) 287.56º 0.95% 0.67% -
XYZ 18.01 8.56 39.73 -
YUV 65.57 188.07 179.66 -
System Red Green Blue C M Y K H S L
Decimal 138 8 172 0.20 0.95 0 0.33 287.56 0.91 0.35
Hex 8A 8 AC 14 5F 0 21 120 5B 23
Octal 212 10 254 24 137 0 41 440 133 43
Binary 10001010 1000 10101100 10100 1011111 0 100001 100100000 1011011 100011

Color Harmonies of #8A08AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A08AC

Black with #8A08AC

Text Example


Text Example

White with #8A08AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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