#8c6be0

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

Shades of Medium Purple #8C6BE0

Tints of Medium Purple #8C6BE0

Color information

#8C6BE0 (or 0x8C6BE0) is unknown color: approx Medium Purple. HEX triplet: 8C, 6B and E0. RGB value is (140,107,224). Sum of RGB (Red+Green+Blue) = 140+107+224=471 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.72% from 471); Green value is 107 (42.19% from 255 or 22.72% from 471); Blue value is 224 (87.89% from 255 or 47.56% from 471); Max value from RGB is 224 - color contains mainly: blue. Hex color #8C6BE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C6BE0 is #73941F. Grayscale: #818181. Windows color (decimal): -7574560 or 14707596. OLE color: 14707596.

HSL color Cylindrical-coordinate representation of color #8C6BE0: hue angle of 256.92º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8C6BE0 is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB140107224-
CMYK0.380.5200.12
HSL256.92º65.36%64.9%-
HSV(B)256.92º52.23%87.84%-
XYZ29.5321.4773.11-
YUV130.2180.93134.99-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.72%
GREEN value IS 107 (42.19% from 255) = 22.72%
BLUE value IS 224 (87.89% from 255) = 47.56%
R=29.72%
G=22.72%
B=47.56%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1401072240.380.5200.12256.9265.3664.9
Hex8C6BE026340C1014141
Octal2141533404664014401101101
Binary100011001101011111000001001101101000110010000000110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c6be0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,107,224); }

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

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

 a { background-color: rgb(140,107,224); }

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

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

 span { border-color: rgb(140,107,224); }

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