#8C7BDA

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

Shades of Medium Purple #8C7BDA

Tints of Medium Purple #8C7BDA

Color information

#8C7BDA (or 0x8C7BDA) is unknown color: approx Medium Purple. HEX triplet: 8C, 7B and DA. RGB value is (140,123,218). Sum of RGB (Red+Green+Blue) = 140+123+218=481 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.11% from 481); Green value is 123 (48.44% from 255 or 25.57% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 218 - color contains mainly: blue. Hex color #8C7BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7BDA is #738425. Grayscale: #8A8A8A. Windows color (decimal): -7570470 or 14318476. OLE color: 14318476.

HSL color Cylindrical-coordinate representation of color #8C7BDA: hue angle of 250.74º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8C7BDA is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB140123218-
CMYK0.360.4400.15
HSL250.74º56.21%66.86%-
HSV(B)250.74º43.58%85.49%-
XYZ30.5524.869.51-
YUV138.91172.63128.78-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.11%
GREEN value IS 123 (48.44% from 255) = 25.57%
BLUE value IS 218 (85.55% from 255) = 45.32%
R=29.11%
G=25.57%
B=45.32%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1401232180.360.4400.15250.7456.2166.86
Hex8C7BDA242C0Ffb3843
Octal214173332445401737370103
Binary1000110011110111101101010010010110001111111110111110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,123,218); }

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

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

 a { background-color: rgb(140,123,218); }

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

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

 span { border-color: rgb(140,123,218); }

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