Html Css Color HEX #8C6DDD Medium Purple

📋 copy color: '#8C6DDD'

red 140 ◦ green 109 ◦ blue 221

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

Shades of Medium Purple #8C6DDD

Tints of Medium Purple #8C6DDD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.19%

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

R = 29.79%
G = 23.19%
B = 47.02%

CMYK

 C value IS 0.37

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8C6DDD (or 0x8C6DDD) is known color: Medium Purple. HEX triplet: 8C, 6D and DD. RGB value is (140,109,221). Sum of RGB (Red+Green+Blue) = 140+109+221=470 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.79% from 470); Green value is 109 (42.97% from 255 or 23.19% 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 #8C6DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C6DDD is #739222. Grayscale: #828282. Windows color (decimal): -7574051 or 14511500. OLE color: 14511500.

HSL color Cylindrical-coordinate representation of color #8C6DDD: hue angle of 256.61º 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 #8C6DDD is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 140 109 221 -
CMYK 0.37 0.51 0 0.13
HSL 256.61º 0.62% 0.65% -
HSV(B) 256.61º 0.51% 0.87% -
XYZ 29.34 21.73 71.06 -
YUV 131.04 178.77 134.39 -
System Red Green Blue C M Y K H S L
Decimal 140 109 221 0.37 0.51 0 0.13 256.61 0.62 0.65
Hex 8C 6D DD 25 33 0 D 101 3E 41
Octal 214 155 335 45 63 0 15 401 76 101
Binary 10001100 1101101 11011101 100101 110011 0 1101 100000001 111110 1000001

Color Harmonies of #8C6DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6DDD

Black with #8C6DDD

Text Example


Text Example

White with #8C6DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,109,221); }

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

background-color css

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

 a { background-color: rgb(140,109,221); }

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

border-color css

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

 span { border-color: rgb(140,109,221); }

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