#8F6BEC

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

Shades of Medium Purple #8F6BEC

Tints of Medium Purple #8F6BEC

Color information

#8F6BEC (or 0x8F6BEC) is unknown color: approx Medium Purple. HEX triplet: 8F, 6B and EC. RGB value is (143,107,236). Sum of RGB (Red+Green+Blue) = 143+107+236=486 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.42% from 486); Green value is 107 (42.19% from 255 or 22.02% from 486); Blue value is 236 (92.58% from 255 or 48.56% from 486); Max value from RGB is 236 - color contains mainly: blue. Hex color #8F6BEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F6BEC is #709413. Grayscale: #838383. Windows color (decimal): -7377940 or 15494031. OLE color: 15494031.

HSL color Cylindrical-coordinate representation of color #8F6BEC: hue angle of 256.74º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8F6BEC is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB143107236-
CMYK0.390.5500.07
HSL256.74º77.25%67.25%-
HSV(B)256.74º54.66%92.55%-
XYZ31.7322.4182.01-
YUV132.47186.43135.51-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.42%
GREEN value IS 107 (42.19% from 255) = 22.02%
BLUE value IS 236 (92.58% from 255) = 48.56%
R=29.42%
G=22.02%
B=48.56%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1431072360.390.5500.07256.7477.2567.25
Hex8F6BEC2737071014d43
Octal217153354476707401115103
Binary10001111110101111101100100111110111011110000000110011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,107,236); }

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

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

 a { background-color: rgb(143,107,236); }

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

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

 span { border-color: rgb(143,107,236); }

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