Html Css Color HEX #8C07AB Dark Magenta

📋 copy color: '#8C07AB'

red 140 ◦ green 7 ◦ blue 171

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

Shades of Dark Magenta #8C07AB

Tints of Dark Magenta #8C07AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 53.77%

R = 44.03%
G = 2.2%
B = 53.77%

CMYK

 C value IS 0.18

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8C07AB (or 0x8C07AB) is known color: Dark Magenta. HEX triplet: 8C, 07 and AB. RGB value is (140,7,171). Sum of RGB (Red+Green+Blue) = 140+7+171=318 (42% of max value = 765). Red value is 140 (55.08% from 255 or 44.03% from 318); Green value is 7 (3.12% from 255 or 2.20% from 318); Blue value is 171 (67.19% from 255 or 53.77% from 318); Max value from RGB is 171 - color contains mainly: blue. Hex color #8C07AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C07AB is #73F854. Grayscale: #404040. Windows color (decimal): -7600213 or 11208588. OLE color: 11208588.

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

Color convert

RGB 140 7 171 -
CMYK 0.18 0.96 0 0.33
HSL 288.66º 0.92% 0.35% -
HSV(B) 288.66º 0.96% 0.67% -
XYZ 18.24 8.67 39.24 -
YUV 65.46 187.56 181.16 -
System Red Green Blue C M Y K H S L
Decimal 140 7 171 0.18 0.96 0 0.33 288.66 0.92 0.35
Hex 8C 7 AB 12 60 0 21 121 5C 23
Octal 214 7 253 22 140 0 41 441 134 43
Binary 10001100 111 10101011 10010 1100000 0 100001 100100001 1011100 100011

Color Harmonies of #8C07AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C07AB

Black with #8C07AB

Text Example


Text Example

White with #8C07AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,7,171); }

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

background-color css

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

 a { background-color: rgb(140,7,171); }

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

border-color css

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

 span { border-color: rgb(140,7,171); }

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