#8565E0

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

Shades of Medium Purple #8565E0

Tints of Medium Purple #8565E0

Color information

#8565E0 (or 0x8565E0) is unknown color: approx Medium Purple. HEX triplet: 85, 65 and E0. RGB value is (133,101,224). Sum of RGB (Red+Green+Blue) = 133+101+224=458 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.04% from 458); Green value is 101 (39.84% from 255 or 22.05% from 458); Blue value is 224 (87.89% from 255 or 48.91% from 458); Max value from RGB is 224 - color contains mainly: blue. Hex color #8565E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8565E0 is #7A9A1F. Grayscale: #7C7C7C. Windows color (decimal): -8034848 or 14706053. OLE color: 14706053.

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

Color convert

RGB133101224-
CMYK0.410.5500.12
HSL255.61º66.49%63.73%-
HSV(B)255.61º54.91%87.84%-
XYZ27.7819.6872.85-
YUV124.59184.1134-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.04%
GREEN value IS 101 (39.84% from 255) = 22.05%
BLUE value IS 224 (87.89% from 255) = 48.91%
R=29.04%
G=22.05%
B=48.91%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1331012240.410.5500.12255.6166.4963.73
Hex8565E029370C1004240
Octal2051453405167014400102100
Binary100001011100101111000001010011101110110010000000010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8565E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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