Html Css Color HEX #8C6CDD Medium Purple

📋 copy color: '#8C6CDD'

red 140 ◦ green 108 ◦ blue 221

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

Shades of Medium Purple #8C6CDD

Tints of Medium Purple #8C6CDD

RGB

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

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

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

R = 29.85%
G = 23.03%
B = 47.12%

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

#8C6CDD (or 0x8C6CDD) is known color: Medium Purple. HEX triplet: 8C, 6C and DD. RGB value is (140,108,221). Sum of RGB (Red+Green+Blue) = 140+108+221=469 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.85% from 469); Green value is 108 (42.58% from 255 or 23.03% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 221 - color contains mainly: blue. Hex color #8C6CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C6CDD is #739322. Grayscale: #828282. Windows color (decimal): -7574307 or 14511244. OLE color: 14511244.

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

Color convert

RGB 140 108 221 -
CMYK 0.37 0.51 0 0.13
HSL 256.99º 0.62% 0.65% -
HSV(B) 256.99º 0.51% 0.87% -
XYZ 29.23 21.52 71.02 -
YUV 130.45 179.1 134.81 -
System Red Green Blue C M Y K H S L
Decimal 140 108 221 0.37 0.51 0 0.13 256.99 0.62 0.65
Hex 8C 6C DD 25 33 0 D 101 3E 41
Octal 214 154 335 45 63 0 15 401 76 101
Binary 10001100 1101100 11011101 100101 110011 0 1101 100000001 111110 1000001

Color Harmonies of #8C6CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6CDD

Black with #8C6CDD

Text Example


Text Example

White with #8C6CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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