Html Css Color HEX #8D6CDC Medium Purple

📋 copy color: '#8D6CDC'

red 141 ◦ green 108 ◦ blue 220

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

Shades of Medium Purple #8D6CDC

Tints of Medium Purple #8D6CDC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.03%

 BLUE value IS 220 (86.33% from 255) = 46.91%

R = 30.06%
G = 23.03%
B = 46.91%

CMYK

 C value IS 0.36

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8D6CDC (or 0x8D6CDC) is known color: Medium Purple. HEX triplet: 8D, 6C and DC. RGB value is (141,108,220). Sum of RGB (Red+Green+Blue) = 141+108+220=469 (62% of max value = 765). Red value is 141 (55.47% from 255 or 30.06% from 469); Green value is 108 (42.58% from 255 or 23.03% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #8D6CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D6CDC is #729323. Grayscale: #828282. Windows color (decimal): -7508772 or 14445709. OLE color: 14445709.

HSL color Cylindrical-coordinate representation of color #8D6CDC: hue angle of 257.68º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8D6CDC is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 141 108 220 -
CMYK 0.36 0.51 0 0.14
HSL 257.68º 0.62% 0.64% -
HSV(B) 257.68º 0.51% 0.86% -
XYZ 29.27 21.56 70.33 -
YUV 130.64 178.43 135.39 -
System Red Green Blue C M Y K H S L
Decimal 141 108 220 0.36 0.51 0 0.14 257.68 0.62 0.64
Hex 8D 6C DC 24 33 0 E 102 3E 40
Octal 215 154 334 44 63 0 16 402 76 100
Binary 10001101 1101100 11011100 100100 110011 0 1110 100000010 111110 1000000

Color Harmonies of #8D6CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6CDC

Black with #8D6CDC

Text Example


Text Example

White with #8D6CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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