Html Css Color HEX #8807AD Dark Magenta

📋 copy color: '#8807AD'

red 136 ◦ green 7 ◦ blue 173

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

Shades of Dark Magenta #8807AD

Tints of Dark Magenta #8807AD

RGB

 RED value IS 136 (53.52% from 255) = 43.04%

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

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

R = 43.04%
G = 2.22%
B = 54.75%

CMYK

 C value IS 0.21

 M value IS 0.96

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8807AD (or 0x8807AD) is known color: Dark Magenta. HEX triplet: 88, 07 and AD. RGB value is (136,7,173). Sum of RGB (Red+Green+Blue) = 136+7+173=316 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.04% from 316); Green value is 7 (3.12% from 255 or 2.22% from 316); Blue value is 173 (67.97% from 255 or 54.75% from 316); Max value from RGB is 173 - color contains mainly: blue. Hex color #8807AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8807AD is #77F852. Grayscale: #3F3F3F. Windows color (decimal): -7862355 or 11339656. OLE color: 11339656.

HSL color Cylindrical-coordinate representation of color #8807AD: hue angle of 286.63º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8807AD is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 136 7 173 -
CMYK 0.21 0.96 0 0.32
HSL 286.63º 0.92% 0.35% -
HSV(B) 286.63º 0.96% 0.68% -
XYZ 17.77 8.4 40.22 -
YUV 64.5 189.24 179 -
System Red Green Blue C M Y K H S L
Decimal 136 7 173 0.21 0.96 0 0.32 286.63 0.92 0.35
Hex 88 7 AD 15 60 0 20 11F 5C 23
Octal 210 7 255 25 140 0 40 437 134 43
Binary 10001000 111 10101101 10101 1100000 0 100000 100011111 1011100 100011

Color Harmonies of #8807AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8807AD

Black with #8807AD

Text Example


Text Example

White with #8807AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8807AD; }

 p { color: rgb(136,7,173); }

 H1.HeaderClassName
 {
   color: #8807AD;
 }
 .AnyTagClassName
 {
   color: #8807AD;
 }
</style>

background-color css

<style>
 a { background-color: #8807AD; }

 a { background-color: rgb(136,7,173); }

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

border-color css

<style>
 span { border-color: #8807AD; }

 span { border-color: rgb(136,7,173); }

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