#8576DF

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

Shades of Medium Purple #8576DF

Tints of Medium Purple #8576DF

Color information

#8576DF (or 0x8576DF) is unknown color: approx Medium Purple. HEX triplet: 85, 76 and DF. RGB value is (133,118,223). Sum of RGB (Red+Green+Blue) = 133+118+223=474 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.06% from 474); Green value is 118 (46.48% from 255 or 24.89% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 223 - color contains mainly: blue. Hex color #8576DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8576DF is #7A8920. Grayscale: #868686. Windows color (decimal): -8030497 or 14644869. OLE color: 14644869.

HSL color Cylindrical-coordinate representation of color #8576DF: hue angle of 248.57º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8576DF is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB133118223-
CMYK0.400.4700.13
HSL248.57º62.13%66.86%-
HSV(B)248.57º47.09%87.45%-
XYZ29.4723.2772.75-
YUV134.45177.97126.96-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.06%
GREEN value IS 118 (46.48% from 255) = 24.89%
BLUE value IS 223 (87.5% from 255) = 47.05%
R=28.06%
G=24.89%
B=47.05%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1331182230.400.4700.13248.5762.1366.86
Hex8576DF282F0Df93e43
Octal205166337505701537176103
Binary1000010111101101101111110100010111101101111110011111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8576DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8576DF; }

 p { color: rgb(133,118,223); }

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

<style>
 a { background-color: #8576DF; }

 a { background-color: rgb(133,118,223); }

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

<style>
 span { border-color: #8576DF; }

 span { border-color: rgb(133,118,223); }

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