#8769D9

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

Shades of Medium Purple #8769D9

Tints of Medium Purple #8769D9

Color information

#8769D9 (or 0x8769D9) is unknown color: approx Medium Purple. HEX triplet: 87, 69 and D9. RGB value is (135,105,217). Sum of RGB (Red+Green+Blue) = 135+105+217=457 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.54% from 457); Green value is 105 (41.41% from 255 or 22.98% from 457); Blue value is 217 (85.16% from 255 or 47.48% from 457); Max value from RGB is 217 - color contains mainly: blue. Hex color #8769D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8769D9 is #789626. Grayscale: #7E7E7E. Windows color (decimal): -7902759 or 14248327. OLE color: 14248327.

HSL color Cylindrical-coordinate representation of color #8769D9: hue angle of 256.07º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8769D9 is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB135105217-
CMYK0.380.5200.15
HSL256.07º59.57%63.14%-
HSV(B)256.07º51.61%85.1%-
XYZ27.5720.2668.1-
YUV126.74178.94133.89-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.54%
GREEN value IS 105 (41.41% from 255) = 22.98%
BLUE value IS 217 (85.16% from 255) = 47.48%
R=29.54%
G=22.98%
B=47.48%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1351052170.380.5200.15256.0759.5763.14
Hex8769D926340F1003c3f
Octal20715133146640174007477
Binary1000011111010011101100110011011010001111100000000111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8769D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8769D9; }

 p { color: rgb(135,105,217); }

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

<style>
 a { background-color: #8769D9; }

 a { background-color: rgb(135,105,217); }

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

<style>
 span { border-color: #8769D9; }

 span { border-color: rgb(135,105,217); }

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