#8552DF

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

Shades of Medium Purple #8552DF

Tints of Medium Purple #8552DF

Color information

#8552DF (or 0x8552DF) is unknown color: approx Medium Purple. HEX triplet: 85, 52 and DF. RGB value is (133,82,223). Sum of RGB (Red+Green+Blue) = 133+82+223=438 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.37% from 438); Green value is 82 (32.42% from 255 or 18.72% from 438); Blue value is 223 (87.5% from 255 or 50.91% from 438); Max value from RGB is 223 - color contains mainly: blue. Hex color #8552DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8552DF is #7AAD20. Grayscale: #707070. Windows color (decimal): -8039713 or 14635653. OLE color: 14635653.

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

Color convert

RGB13382223-
CMYK0.400.6300.13
HSL261.7º68.78%59.8%-
HSV(B)261.7º63.23%87.45%-
XYZ26.0116.3571.6-
YUV113.32189.9142.04-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.37%
GREEN value IS 82 (32.42% from 255) = 18.72%
BLUE value IS 223 (87.5% from 255) = 50.91%
R=30.37%
G=18.72%
B=50.91%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal133822230.400.6300.13261.768.7859.8
Hex8552DF283F0D106453c
Octal205122337507701540610574
Binary10000101101001011011111101000111111011011000001101000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8552DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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