#8568DD

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

Shades of Medium Purple #8568DD

Tints of Medium Purple #8568DD

Color information

#8568DD (or 0x8568DD) is unknown color: approx Medium Purple. HEX triplet: 85, 68 and DD. RGB value is (133,104,221). Sum of RGB (Red+Green+Blue) = 133+104+221=458 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.04% from 458); Green value is 104 (41.02% from 255 or 22.71% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 221 - color contains mainly: blue. Hex color #8568DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8568DD is #7A9722. Grayscale: #7D7D7D. Windows color (decimal): -8034083 or 14510213. OLE color: 14510213.

HSL color Cylindrical-coordinate representation of color #8568DD: hue angle of 254.87º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8568DD is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB133104221-
CMYK0.400.5300.13
HSL254.87º63.24%63.73%-
HSV(B)254.87º52.94%86.67%-
XYZ27.6720.1170.83-
YUV126.01181.61132.99-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.04%
GREEN value IS 104 (41.02% from 255) = 22.71%
BLUE value IS 221 (86.72% from 255) = 48.25%
R=29.04%
G=22.71%
B=48.25%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1331042210.400.5300.13254.8763.2463.73
Hex8568DD28350Dff3f40
Octal205150335506501537777100
Binary1000010111010001101110110100011010101101111111111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8568DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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