#9786DC

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

Shades of Medium Purple #9786DC

Tints of Medium Purple #9786DC

Color information

#9786DC (or 0x9786DC) is unknown color: approx Medium Purple. HEX triplet: 97, 86 and DC. RGB value is (151,134,220). Sum of RGB (Red+Green+Blue) = 151+134+220=505 (66% of max value = 765). Red value is 151 (59.38% from 255 or 29.90% from 505); Green value is 134 (52.73% from 255 or 26.53% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 220 - color contains mainly: blue. Hex color #9786DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9786DC is #687923. Grayscale: #949494. Windows color (decimal): -6846756 or 14452375. OLE color: 14452375.

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

Color convert

RGB151134220-
CMYK0.310.3900.14
HSL251.86º55.13%69.41%-
HSV(B)251.86º39.09%86.27%-
XYZ34.2128.871.47-
YUV148.89168.13129.51-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.90%
GREEN value IS 134 (52.73% from 255) = 26.53%
BLUE value IS 220 (86.33% from 255) = 43.56%
R=29.90%
G=26.53%
B=43.56%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1511342200.310.3900.14251.8655.1369.41
Hex9786DC1F270Efc3745
Octal227206334374701637467105
Binary1001011110000110110111001111110011101110111111001101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9786DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,134,220); }

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

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

 a { background-color: rgb(151,134,220); }

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

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

 span { border-color: rgb(151,134,220); }

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