#8550DC

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

Shades of Medium Purple #8550DC

Tints of Medium Purple #8550DC

Color information

#8550DC (or 0x8550DC) is unknown color: approx Medium Purple. HEX triplet: 85, 50 and DC. RGB value is (133,80,220). Sum of RGB (Red+Green+Blue) = 133+80+220=433 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.72% from 433); Green value is 80 (31.64% from 255 or 18.48% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #8550DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8550DC is #7AAF23. Grayscale: #6F6F6F. Windows color (decimal): -8040228 or 14438533. OLE color: 14438533.

HSL color Cylindrical-coordinate representation of color #8550DC: hue angle of 262.71º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8550DC is Cyan = 0.40, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB13380220-
CMYK0.400.6400.14
HSL262.71º66.67%58.82%-
HSV(B)262.71º63.64%86.27%-
XYZ25.4615.8969.44-
YUV111.81189.06143.12-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.72%
GREEN value IS 80 (31.64% from 255) = 18.48%
BLUE value IS 220 (86.33% from 255) = 50.81%
R=30.72%
G=18.48%
B=50.81%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal133802200.400.6400.14262.7166.6758.82
Hex8550DC28400E107433b
Octal2051203345010001640710373
Binary100001011010000110111001010001000000011101000001111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8550DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8550DC; }

 p { color: rgb(133,80,220); }

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

<style>
 a { background-color: #8550DC; }

 a { background-color: rgb(133,80,220); }

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

<style>
 span { border-color: #8550DC; }

 span { border-color: rgb(133,80,220); }

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