#8C68DC

Color #8C68DC Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #8C68DC

Tints of Medium Purple #8C68DC

Color information

#8C68DC (or 0x8C68DC) is unknown color: approx Medium Purple. HEX triplet: 8C, 68 and DC. RGB value is (140,104,220). Sum of RGB (Red+Green+Blue) = 140+104+220=464 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.17% from 464); Green value is 104 (41.02% from 255 or 22.41% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 220 - color contains mainly: blue. Hex color #8C68DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C68DC is #739723. Grayscale: #7F7F7F. Windows color (decimal): -7575332 or 14444684. OLE color: 14444684.

HSL color Cylindrical-coordinate representation of color #8C68DC: hue angle of 258.62º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8C68DC is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB140104220-
CMYK0.360.5300.14
HSL258.62º62.37%63.53%-
HSV(B)258.62º52.73%86.27%-
XYZ28.6820.6470.18-
YUV127.99179.93136.57-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.17%
GREEN value IS 104 (41.02% from 255) = 22.41%
BLUE value IS 220 (86.33% from 255) = 47.41%
R=30.17%
G=22.41%
B=47.41%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1401042200.360.5300.14258.6262.3763.53
Hex8C68DC24350E1033e40
Octal214150334446501640376100
Binary10001100110100011011100100100110101011101000000111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C68DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,104,220); }

 H1.HeaderClassName
 {
   color: #8C68DC;
 }
 .AnyTagClassName
 {
   color: #8C68DC;
 }
</style>
background-color css

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

 a { background-color: rgb(140,104,220); }

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

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

 span { border-color: rgb(140,104,220); }

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