Html Css Color HEX #8C6CDF Medium Purple

📋 copy color: '#8C6CDF'

red 140 ◦ green 108 ◦ blue 223

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

Shades of Medium Purple #8C6CDF

Tints of Medium Purple #8C6CDF

RGB

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

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

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

R = 29.72%
G = 22.93%
B = 47.35%

CMYK

 C value IS 0.37

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8C6CDF (or 0x8C6CDF) is known color: Medium Purple. HEX triplet: 8C, 6C and DF. RGB value is (140,108,223). Sum of RGB (Red+Green+Blue) = 140+108+223=471 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.72% from 471); Green value is 108 (42.58% from 255 or 22.93% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 223 - color contains mainly: blue. Hex color #8C6CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C6CDF is #739320. Grayscale: #828282. Windows color (decimal): -7574305 or 14642316. OLE color: 14642316.

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

Color convert

RGB 140 108 223 -
CMYK 0.37 0.52 0 0.13
HSL 256.7º 0.64% 0.65% -
HSV(B) 256.7º 0.52% 0.87% -
XYZ 29.5 21.63 72.43 -
YUV 130.68 180.1 134.65 -
System Red Green Blue C M Y K H S L
Decimal 140 108 223 0.37 0.52 0 0.13 256.7 0.64 0.65
Hex 8C 6C DF 25 34 0 D 101 40 41
Octal 214 154 337 45 64 0 15 401 100 101
Binary 10001100 1101100 11011111 100101 110100 0 1101 100000001 1000000 1000001

Color Harmonies of #8C6CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6CDF

Black with #8C6CDF

Text Example


Text Example

White with #8C6CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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