#8D6FEB

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

Shades of Medium Purple #8D6FEB

Tints of Medium Purple #8D6FEB

Color information

#8D6FEB (or 0x8D6FEB) is unknown color: approx Medium Purple. HEX triplet: 8D, 6F and EB. RGB value is (141,111,235). Sum of RGB (Red+Green+Blue) = 141+111+235=487 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.95% from 487); Green value is 111 (43.75% from 255 or 22.79% from 487); Blue value is 235 (92.19% from 255 or 48.25% from 487); Max value from RGB is 235 - color contains mainly: blue. Hex color #8D6FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D6FEB is #729014. Grayscale: #858585. Windows color (decimal): -7507989 or 15429517. OLE color: 15429517.

HSL color Cylindrical-coordinate representation of color #8D6FEB: hue angle of 254.52º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8D6FEB is Cyan = 0.4, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB141111235-
CMYK0.40.5300.08
HSL254.52º75.61%67.84%-
HSV(B)254.52º52.77%92.16%-
XYZ31.6623.0381.37-
YUV134.11184.94132.92-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.95%
GREEN value IS 111 (43.75% from 255) = 22.79%
BLUE value IS 235 (92.19% from 255) = 48.25%
R=28.95%
G=22.79%
B=48.25%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1411112350.40.5300.08254.5275.6167.84
Hex8D6FEB283508ff4c44
Octal2151573535065010377114104
Binary10001101110111111101011101000110101010001111111110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,111,235); }

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

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

 a { background-color: rgb(141,111,235); }

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

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

 span { border-color: rgb(141,111,235); }

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