#8C6DE4

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

Shades of Medium Purple #8C6DE4

Tints of Medium Purple #8C6DE4

Color information

#8C6DE4 (or 0x8C6DE4) is unknown color: approx Medium Purple. HEX triplet: 8C, 6D and E4. RGB value is (140,109,228). Sum of RGB (Red+Green+Blue) = 140+109+228=477 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.35% from 477); Green value is 109 (42.97% from 255 or 22.85% from 477); Blue value is 228 (89.45% from 255 or 47.80% from 477); Max value from RGB is 228 - color contains mainly: blue. Hex color #8C6DE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C6DE4 is #73921B. Grayscale: #838383. Windows color (decimal): -7574044 or 14970252. OLE color: 14970252.

HSL color Cylindrical-coordinate representation of color #8C6DE4: hue angle of 255.63º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8C6DE4 is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB140109228-
CMYK0.390.5200.11
HSL255.63º68.79%66.08%-
HSV(B)255.63º52.19%89.41%-
XYZ30.2922.1176.07-
YUV131.83182.27133.82-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.35%
GREEN value IS 109 (42.97% from 255) = 22.85%
BLUE value IS 228 (89.45% from 255) = 47.80%
R=29.35%
G=22.85%
B=47.80%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1401092280.390.5200.11255.6368.7966.08
Hex8C6DE427340B1004542
Octal2141553444764013400105102
Binary100011001101101111001001001111101000101110000000010001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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