Html Css Color HEX #8C09AD Dark Magenta

📋 copy color: '#8C09AD'

red 140 ◦ green 9 ◦ blue 173

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

Shades of Dark Magenta #8C09AD

Tints of Dark Magenta #8C09AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 53.73%

R = 43.48%
G = 2.8%
B = 53.73%

CMYK

 C value IS 0.19

 M value IS 0.95

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8C09AD (or 0x8C09AD) is known color: Dark Magenta. HEX triplet: 8C, 09 and AD. RGB value is (140,9,173). Sum of RGB (Red+Green+Blue) = 140+9+173=322 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.48% from 322); Green value is 9 (3.91% from 255 or 2.80% from 322); Blue value is 173 (67.97% from 255 or 53.73% from 322); Max value from RGB is 173 - color contains mainly: blue. Hex color #8C09AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C09AD is #73F652. Grayscale: #424242. Windows color (decimal): -7599699 or 11340172. OLE color: 11340172.

HSL color Cylindrical-coordinate representation of color #8C09AD: hue angle of 287.93º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8C09AD is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 140 9 173 -
CMYK 0.19 0.95 0 0.32
HSL 287.93º 0.9% 0.36% -
HSV(B) 287.93º 0.95% 0.68% -
XYZ 18.46 8.79 40.26 -
YUV 66.87 187.9 180.16 -
System Red Green Blue C M Y K H S L
Decimal 140 9 173 0.19 0.95 0 0.32 287.93 0.9 0.36
Hex 8C 9 AD 13 5F 0 20 120 5A 24
Octal 214 11 255 23 137 0 40 440 132 44
Binary 10001100 1001 10101101 10011 1011111 0 100000 100100000 1011010 100100

Color Harmonies of #8C09AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C09AD

Black with #8C09AD

Text Example


Text Example

White with #8C09AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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