Html Css Color HEX #8C09AC Dark Magenta

📋 copy color: '#8C09AC'

red 140 ◦ green 9 ◦ blue 172

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

Shades of Dark Magenta #8C09AC

Tints of Dark Magenta #8C09AC

RGB

 RED value IS 140 (55.08% from 255) = 43.61%

 GREEN value IS 9 (3.91% from 255) = 2.8%

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

R = 43.61%
G = 2.8%
B = 53.58%

CMYK

 C value IS 0.19

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8C09AC (or 0x8C09AC) is known color: Dark Magenta. HEX triplet: 8C, 09 and AC. RGB value is (140,9,172). Sum of RGB (Red+Green+Blue) = 140+9+172=321 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.61% from 321); Green value is 9 (3.91% from 255 or 2.80% from 321); Blue value is 172 (67.58% from 255 or 53.58% from 321); Max value from RGB is 172 - color contains mainly: blue. Hex color #8C09AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C09AC is #73F653. Grayscale: #424242. Windows color (decimal): -7599700 or 11274636. OLE color: 11274636.

HSL color Cylindrical-coordinate representation of color #8C09AC: hue angle of 288.22º degrees, saturation: 0.9, 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 #8C09AC is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 140 9 172 -
CMYK 0.19 0.95 0 0.33
HSL 288.22º 0.9% 0.35% -
HSV(B) 288.22º 0.95% 0.67% -
XYZ 18.36 8.75 39.75 -
YUV 66.75 187.4 180.25 -
System Red Green Blue C M Y K H S L
Decimal 140 9 172 0.19 0.95 0 0.33 288.22 0.9 0.35
Hex 8C 9 AC 13 5F 0 21 120 5A 23
Octal 214 11 254 23 137 0 41 440 132 43
Binary 10001100 1001 10101100 10011 1011111 0 100001 100100000 1011010 100011

Color Harmonies of #8C09AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C09AC

Black with #8C09AC

Text Example


Text Example

White with #8C09AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,9,172); }

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

background-color css

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

 a { background-color: rgb(140,9,172); }

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

border-color css

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

 span { border-color: rgb(140,9,172); }

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