#9D86DD

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

Shades of Medium Purple #9D86DD

Tints of Medium Purple #9D86DD

Color information

#9D86DD (or 0x9D86DD) is unknown color: approx Medium Purple. HEX triplet: 9D, 86 and DD. RGB value is (157,134,221). Sum of RGB (Red+Green+Blue) = 157+134+221=512 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.66% from 512); Green value is 134 (52.73% from 255 or 26.17% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #9D86DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D86DD is #627922. Grayscale: #969696. Windows color (decimal): -6453539 or 14517917. OLE color: 14517917.

HSL color Cylindrical-coordinate representation of color #9D86DD: hue angle of 255.86º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9D86DD is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB157134221-
CMYK0.290.3900.13
HSL255.86º56.13%69.61%-
HSV(B)255.86º39.37%86.67%-
XYZ35.4829.4472.22-
YUV150.8167.62132.43-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.66%
GREEN value IS 134 (52.73% from 255) = 26.17%
BLUE value IS 221 (86.72% from 255) = 43.16%
R=30.66%
G=26.17%
B=43.16%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1571342210.290.3900.13255.8656.1369.61
Hex9D86DD1D270D1003846
Octal235206335354701540070106
Binary10011101100001101101110111101100111011011000000001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D86DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D86DD; }

 p { color: rgb(157,134,221); }

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

<style>
 a { background-color: #9D86DD; }

 a { background-color: rgb(157,134,221); }

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

<style>
 span { border-color: #9D86DD; }

 span { border-color: rgb(157,134,221); }

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