Html Css Color HEX #8D6CDD Medium Purple

📋 copy color: '#8D6CDD'

red 141 ◦ green 108 ◦ blue 221

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

Shades of Medium Purple #8D6CDD

Tints of Medium Purple #8D6CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.02%

R = 30%
G = 22.98%
B = 47.02%

CMYK

 C value IS 0.36

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8D6CDD (or 0x8D6CDD) is known color: Medium Purple. HEX triplet: 8D, 6C and DD. RGB value is (141,108,221). Sum of RGB (Red+Green+Blue) = 141+108+221=470 (62% of max value = 765). Red value is 141 (55.47% from 255 or 30% from 470); Green value is 108 (42.58% from 255 or 22.98% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 221 - color contains mainly: blue. Hex color #8D6CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D6CDD is #729322. Grayscale: #828282. Windows color (decimal): -7508771 or 14511245. OLE color: 14511245.

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

Color convert

RGB 141 108 221 -
CMYK 0.36 0.51 0 0.13
HSL 257.52º 0.62% 0.65% -
HSV(B) 257.52º 0.51% 0.87% -
XYZ 29.4 21.61 71.03 -
YUV 130.75 178.93 135.31 -
System Red Green Blue C M Y K H S L
Decimal 141 108 221 0.36 0.51 0 0.13 257.52 0.62 0.65
Hex 8D 6C DD 24 33 0 D 102 3E 41
Octal 215 154 335 44 63 0 15 402 76 101
Binary 10001101 1101100 11011101 100100 110011 0 1101 100000010 111110 1000001

Color Harmonies of #8D6CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6CDD

Black with #8D6CDD

Text Example


Text Example

White with #8D6CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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