Html Css Color HEX #8C08AD Dark Magenta

📋 copy color: '#8C08AD'

red 140 ◦ green 8 ◦ blue 173

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

Shades of Dark Magenta #8C08AD

Tints of Dark Magenta #8C08AD

RGB

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

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

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

R = 43.61%
G = 2.49%
B = 53.89%

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

#8C08AD (or 0x8C08AD) is known color: Dark Magenta. HEX triplet: 8C, 08 and AD. RGB value is (140,8,173). Sum of RGB (Red+Green+Blue) = 140+8+173=321 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.61% from 321); Green value is 8 (3.52% from 255 or 2.49% from 321); Blue value is 173 (67.97% from 255 or 53.89% from 321); Max value from RGB is 173 - color contains mainly: blue. Hex color #8C08AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C08AD is #73F752. Grayscale: #414141. Windows color (decimal): -7599955 or 11339916. OLE color: 11339916.

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

Color convert

RGB 140 8 173 -
CMYK 0.19 0.95 0 0.32
HSL 288º 0.91% 0.35% -
HSV(B) 288º 0.95% 0.68% -
XYZ 18.44 8.77 40.26 -
YUV 66.28 188.23 180.58 -
System Red Green Blue C M Y K H S L
Decimal 140 8 173 0.19 0.95 0 0.32 288 0.91 0.35
Hex 8C 8 AD 13 5F 0 20 120 5B 23
Octal 214 10 255 23 137 0 40 440 133 43
Binary 10001100 1000 10101101 10011 1011111 0 100000 100100000 1011011 100011

Color Harmonies of #8C08AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C08AD

Black with #8C08AD

Text Example


Text Example

White with #8C08AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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