#8B7CDF

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

Shades of Medium Purple #8B7CDF

Tints of Medium Purple #8B7CDF

Color information

#8B7CDF (or 0x8B7CDF) is unknown color: approx Medium Purple. HEX triplet: 8B, 7C and DF. RGB value is (139,124,223). Sum of RGB (Red+Green+Blue) = 139+124+223=486 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.60% from 486); Green value is 124 (48.83% from 255 or 25.51% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 223 - color contains mainly: blue. Hex color #8B7CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B7CDF is #748320. Grayscale: #8B8B8B. Windows color (decimal): -7635745 or 14646411. OLE color: 14646411.

HSL color Cylindrical-coordinate representation of color #8B7CDF: hue angle of 249.09º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8B7CDF is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB139124223-
CMYK0.380.4400.13
HSL249.09º60.74%68.04%-
HSV(B)249.09º44.39%87.45%-
XYZ31.1725.2373.04-
YUV139.77174.97127.45-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.60%
GREEN value IS 124 (48.83% from 255) = 25.51%
BLUE value IS 223 (87.5% from 255) = 45.88%
R=28.60%
G=25.51%
B=45.88%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1391242230.380.4400.13249.0960.7468.04
Hex8B7CDF262C0Df93d44
Octal213174337465401537175104
Binary1000101111111001101111110011010110001101111110011111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,124,223); }

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

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

 a { background-color: rgb(139,124,223); }

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

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

 span { border-color: rgb(139,124,223); }

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