Html Css Color HEX #8908AC Dark Magenta

📋 copy color: '#8908AC'

red 137 ◦ green 8 ◦ blue 172

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

Shades of Dark Magenta #8908AC

Tints of Dark Magenta #8908AC

RGB

 RED value IS 137 (53.91% from 255) = 43.22%

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

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

R = 43.22%
G = 2.52%
B = 54.26%

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

#8908AC (or 0x8908AC) is known color: Dark Magenta. HEX triplet: 89, 08 and AC. RGB value is (137,8,172). Sum of RGB (Red+Green+Blue) = 137+8+172=317 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.22% from 317); Green value is 8 (3.52% from 255 or 2.52% 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 #8908AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8908AC is #76F753. Grayscale: #404040. Windows color (decimal): -7796564 or 11274377. OLE color: 11274377.

HSL color Cylindrical-coordinate representation of color #8908AC: hue angle of 287.2º 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 #8908AC is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 137 8 172 -
CMYK 0.20 0.95 0 0.33
HSL 287.2º 0.91% 0.35% -
HSV(B) 287.2º 0.95% 0.67% -
XYZ 17.85 8.47 39.72 -
YUV 65.27 188.24 179.16 -
System Red Green Blue C M Y K H S L
Decimal 137 8 172 0.20 0.95 0 0.33 287.2 0.91 0.35
Hex 89 8 AC 14 5F 0 21 11F 5B 23
Octal 211 10 254 24 137 0 41 437 133 43
Binary 10001001 1000 10101100 10100 1011111 0 100001 100011111 1011011 100011

Color Harmonies of #8908AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8908AC

Black with #8908AC

Text Example


Text Example

White with #8908AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8908AC; }

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

 H1.HeaderClassName
 {
   color: #8908AC;
 }
 .AnyTagClassName
 {
   color: #8908AC;
 }
</style>

background-color css

<style>
 a { background-color: #8908AC; }

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

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

border-color css

<style>
 span { border-color: #8908AC; }

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

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