#8775DC

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

Shades of Medium Purple #8775DC

Tints of Medium Purple #8775DC

Color information

#8775DC (or 0x8775DC) is unknown color: approx Medium Purple. HEX triplet: 87, 75 and DC. RGB value is (135,117,220). Sum of RGB (Red+Green+Blue) = 135+117+220=472 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.60% from 472); Green value is 117 (46.09% from 255 or 24.79% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #8775DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8775DC is #788A23. Grayscale: #858585. Windows color (decimal): -7899684 or 14448007. OLE color: 14448007.

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

Color convert

RGB135117220-
CMYK0.390.4700.14
HSL250.49º59.54%66.08%-
HSV(B)250.49º46.82%86.27%-
XYZ29.2723.0470.61-
YUV134.12176.46128.62-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.60%
GREEN value IS 117 (46.09% from 255) = 24.79%
BLUE value IS 220 (86.33% from 255) = 46.61%
R=28.60%
G=24.79%
B=46.61%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1351172200.390.4700.14250.4959.5466.08
Hex8775DC272F0Efa3c42
Octal207165334475701637274102
Binary1000011111101011101110010011110111101110111110101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8775DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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