Html Css Color HEX #8D206C Dark Purple

📋 copy color: '#8D206C'

red 141 ◦ green 32 ◦ blue 108

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

Shades of Dark Purple #8D206C

Tints of Dark Purple #8D206C

RGB

 RED value IS 141 (55.47% from 255) = 50.18%

 GREEN value IS 32 (12.89% from 255) = 11.39%

 BLUE value IS 108 (42.58% from 255) = 38.43%

R = 50.18%
G = 11.39%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.23

 K value IS 0.45

RGB Variations

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

Color information

#8D206C (or 0x8D206C) is known color: Dark Purple. HEX triplet: 8D, 20 and 6C. RGB value is (141,32,108). Sum of RGB (Red+Green+Blue) = 141+32+108=281 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50.18% from 281); Green value is 32 (12.89% from 255 or 11.39% from 281); Blue value is 108 (42.58% from 255 or 38.43% from 281); Max value from RGB is 141 - color contains mainly: red. Hex color #8D206C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D206C is #72DF93. Grayscale: #494949. Windows color (decimal): -7528340 or 7086221. OLE color: 7086221.

HSL color Cylindrical-coordinate representation of color #8D206C: hue angle of 318.17º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8D206C is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 32 108 -
CMYK 0 0.77 0.23 0.45
HSL 318.17º 0.63% 0.34% -
HSV(B) 318.17º 0.77% 0.55% -
XYZ 14.21 7.78 14.94 -
YUV 73.26 147.61 176.32 -
System Red Green Blue C M Y K H S L
Decimal 141 32 108 0 0.77 0.23 0.45 318.17 0.63 0.34
Hex 8D 20 6C 0 4D 17 2D 13E 3F 22
Octal 215 40 154 0 115 27 55 476 77 42
Binary 10001101 100000 1101100 0 1001101 10111 101101 100111110 111111 100010

Color Harmonies of #8D206C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D206C

Black with #8D206C

Text Example


Text Example

White with #8D206C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,32,108); }

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

background-color css

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

 a { background-color: rgb(141,32,108); }

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

border-color css

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

 span { border-color: rgb(141,32,108); }

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