#8768DC

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

Shades of Medium Purple #8768DC

Tints of Medium Purple #8768DC

Color information

#8768DC (or 0x8768DC) is unknown color: approx Medium Purple. HEX triplet: 87, 68 and DC. RGB value is (135,104,220). Sum of RGB (Red+Green+Blue) = 135+104+220=459 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.41% from 459); Green value is 104 (41.02% from 255 or 22.66% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #8768DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8768DC is #789723. Grayscale: #7E7E7E. Windows color (decimal): -7903012 or 14444679. OLE color: 14444679.

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

Color convert

RGB135104220-
CMYK0.390.5300.14
HSL256.03º62.37%63.53%-
HSV(B)256.03º52.73%86.27%-
XYZ27.8620.2270.14-
YUV126.49180.77134.07-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.41%
GREEN value IS 104 (41.02% from 255) = 22.66%
BLUE value IS 220 (86.33% from 255) = 47.93%
R=29.41%
G=22.66%
B=47.93%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1351042200.390.5300.14256.0362.3763.53
Hex8768DC27350E1003e40
Octal207150334476501640076100
Binary10000111110100011011100100111110101011101000000001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8768DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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