#8768DF

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

Shades of Medium Purple #8768DF

Tints of Medium Purple #8768DF

Color information

#8768DF (or 0x8768DF) is unknown color: approx Medium Purple. HEX triplet: 87, 68 and DF. RGB value is (135,104,223). Sum of RGB (Red+Green+Blue) = 135+104+223=462 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.22% from 462); Green value is 104 (41.02% from 255 or 22.51% from 462); Blue value is 223 (87.5% from 255 or 48.27% from 462); Max value from RGB is 223 - color contains mainly: blue. Hex color #8768DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8768DF is #789720. Grayscale: #7E7E7E. Windows color (decimal): -7903009 or 14641287. OLE color: 14641287.

HSL color Cylindrical-coordinate representation of color #8768DF: hue angle of 255.63º degrees, saturation: 0.65, 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 #8768DF is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB135104223-
CMYK0.390.5300.13
HSL255.63º65.03%64.12%-
HSV(B)255.63º53.36%87.45%-
XYZ28.2620.3872.26-
YUV126.83182.27133.82-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.22%
GREEN value IS 104 (41.02% from 255) = 22.51%
BLUE value IS 223 (87.5% from 255) = 48.27%
R=29.22%
G=22.51%
B=48.27%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1351042230.390.5300.13255.6365.0364.12
Hex8768DF27350D1004140
Octal2071503374765015400101100
Binary100001111101000110111111001111101010110110000000010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8768DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,104,223); }

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

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

 a { background-color: rgb(135,104,223); }

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

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

 span { border-color: rgb(135,104,223); }

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