#8B66E0

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

Shades of Medium Purple #8B66E0

Tints of Medium Purple #8B66E0

Color information

#8B66E0 (or 0x8B66E0) is unknown color: approx Medium Purple. HEX triplet: 8B, 66 and E0. RGB value is (139,102,224). Sum of RGB (Red+Green+Blue) = 139+102+224=465 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.89% from 465); Green value is 102 (40.23% from 255 or 21.94% from 465); Blue value is 224 (87.89% from 255 or 48.17% from 465); Max value from RGB is 224 - color contains mainly: blue. Hex color #8B66E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B66E0 is #74991F. Grayscale: #7E7E7E. Windows color (decimal): -7641376 or 14706315. OLE color: 14706315.

HSL color Cylindrical-coordinate representation of color #8B66E0: hue angle of 258.2º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8B66E0 is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB139102224-
CMYK0.380.5400.12
HSL258.2º66.3%63.92%-
HSV(B)258.2º54.46%87.84%-
XYZ28.8520.3772.93-
YUV126.97182.76136.58-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.89%
GREEN value IS 102 (40.23% from 255) = 21.94%
BLUE value IS 224 (87.89% from 255) = 48.17%
R=29.89%
G=21.94%
B=48.17%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1391022240.380.5400.12258.266.363.92
Hex8B66E026360C1024240
Octal2131463404666014402102100
Binary100010111100110111000001001101101100110010000001010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B66E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,102,224); }

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

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

 a { background-color: rgb(139,102,224); }

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

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

 span { border-color: rgb(139,102,224); }

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