#8568E0

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

Shades of Medium Purple #8568E0

Tints of Medium Purple #8568E0

Color information

#8568E0 (or 0x8568E0) is unknown color: approx Medium Purple. HEX triplet: 85, 68 and E0. RGB value is (133,104,224). Sum of RGB (Red+Green+Blue) = 133+104+224=461 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.85% from 461); Green value is 104 (41.02% from 255 or 22.56% from 461); Blue value is 224 (87.89% from 255 or 48.59% from 461); Max value from RGB is 224 - color contains mainly: blue. Hex color #8568E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8568E0 is #7A971F. Grayscale: #7D7D7D. Windows color (decimal): -8034080 or 14706821. OLE color: 14706821.

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

Color convert

RGB133104224-
CMYK0.410.5400.12
HSL254.5º65.93%64.31%-
HSV(B)254.5º53.57%87.84%-
XYZ28.0820.2772.95-
YUV126.35183.11132.74-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.85%
GREEN value IS 104 (41.02% from 255) = 22.56%
BLUE value IS 224 (87.89% from 255) = 48.59%
R=28.85%
G=22.56%
B=48.59%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1331042240.410.5400.12254.565.9364.31
Hex8568E029360Cfe4240
Octal2051503405166014376102100
Binary10000101110100011100000101001110110011001111111010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8568E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8568E0; }

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

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

<style>
 a { background-color: #8568E0; }

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

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

<style>
 span { border-color: #8568E0; }

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

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