Html Css Color HEX #8C6DDF Medium Purple

📋 copy color: '#8C6DDF'

red 140 ◦ green 109 ◦ blue 223

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

Shades of Medium Purple #8C6DDF

Tints of Medium Purple #8C6DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.25%

R = 29.66%
G = 23.09%
B = 47.25%

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

#8C6DDF (or 0x8C6DDF) is known color: Medium Purple. HEX triplet: 8C, 6D and DF. RGB value is (140,109,223). Sum of RGB (Red+Green+Blue) = 140+109+223=472 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.66% from 472); Green value is 109 (42.97% from 255 or 23.09% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 223 - color contains mainly: blue. Hex color #8C6DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C6DDF is #739220. Grayscale: #828282. Windows color (decimal): -7574049 or 14642572. OLE color: 14642572.

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

Color convert

RGB 140 109 223 -
CMYK 0.37 0.51 0 0.13
HSL 256.32º 0.64% 0.65% -
HSV(B) 256.32º 0.51% 0.87% -
XYZ 29.6 21.84 72.47 -
YUV 131.27 179.77 134.23 -
System Red Green Blue C M Y K H S L
Decimal 140 109 223 0.37 0.51 0 0.13 256.32 0.64 0.65
Hex 8C 6D DF 25 33 0 D 100 40 41
Octal 214 155 337 45 63 0 15 400 100 101
Binary 10001100 1101101 11011111 100101 110011 0 1101 100000000 1000000 1000001

Color Harmonies of #8C6DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6DDF

Black with #8C6DDF

Text Example


Text Example

White with #8C6DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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