#8772DE

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

Shades of Medium Purple #8772DE

Tints of Medium Purple #8772DE

Color information

#8772DE (or 0x8772DE) is unknown color: approx Medium Purple. HEX triplet: 87, 72 and DE. RGB value is (135,114,222). Sum of RGB (Red+Green+Blue) = 135+114+222=471 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.66% from 471); Green value is 114 (44.92% from 255 or 24.20% from 471); Blue value is 222 (87.11% from 255 or 47.13% from 471); Max value from RGB is 222 - color contains mainly: blue. Hex color #8772DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8772DE is #788D21. Grayscale: #848484. Windows color (decimal): -7900450 or 14578311. OLE color: 14578311.

HSL color Cylindrical-coordinate representation of color #8772DE: hue angle of 251.67º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8772DE is Cyan = 0.39, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB135114222-
CMYK0.390.4900.13
HSL251.67º62.07%65.88%-
HSV(B)251.67º48.65%87.06%-
XYZ29.1922.4671.9-
YUV132.59178.46129.72-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.66%
GREEN value IS 114 (44.92% from 255) = 24.20%
BLUE value IS 222 (87.11% from 255) = 47.13%
R=28.66%
G=24.20%
B=47.13%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1351142220.390.4900.13251.6762.0765.88
Hex8772DE27310Dfc3e42
Octal207162336476101537476102
Binary1000011111100101101111010011111000101101111111001111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8772DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8772DE; }

 p { color: rgb(135,114,222); }

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

<style>
 a { background-color: #8772DE; }

 a { background-color: rgb(135,114,222); }

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

<style>
 span { border-color: #8772DE; }

 span { border-color: rgb(135,114,222); }

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