#8668e0

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

Shades of Medium Purple #8668E0

Tints of Medium Purple #8668E0

Color information

#8668E0 (or 0x8668E0) is unknown color: approx Medium Purple. HEX triplet: 86, 68 and E0. RGB value is (134,104,224). Sum of RGB (Red+Green+Blue) = 134+104+224=462 (61% of max value = 765). Red value is 134 (52.73% from 255 or 29.00% from 462); Green value is 104 (41.02% from 255 or 22.51% from 462); Blue value is 224 (87.89% from 255 or 48.48% from 462); Max value from RGB is 224 - color contains mainly: blue. Hex color #8668E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8668E0 is #79971F. Grayscale: #7E7E7E. Windows color (decimal): -7968544 or 14706822. OLE color: 14706822.

HSL color Cylindrical-coordinate representation of color #8668E0: hue angle of 255º 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 #8668E0 is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB134104224-
CMYK0.400.5400.12
HSL255º65.93%64.31%-
HSV(B)255º53.57%87.84%-
XYZ28.2420.3572.96-
YUV126.65182.94133.24-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.00%
GREEN value IS 104 (41.02% from 255) = 22.51%
BLUE value IS 224 (87.89% from 255) = 48.48%
R=29.00%
G=22.51%
B=48.48%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1341042240.400.5400.1225565.9364.31
Hex8668E028360Cff4240
Octal2061503405066014377102100
Binary10000110110100011100000101000110110011001111111110000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8668e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8668e0; }

 p { color: rgb(134,104,224); }

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

<style>
 a { background-color: #8668e0; }

 a { background-color: rgb(134,104,224); }

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

<style>
 span { border-color: #8668e0; }

 span { border-color: rgb(134,104,224); }

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