#986AD8

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

Shades of Medium Purple #986AD8

Tints of Medium Purple #986AD8

Color information

#986AD8 (or 0x986AD8) is unknown color: approx Medium Purple. HEX triplet: 98, 6A and D8. RGB value is (152,106,216). Sum of RGB (Red+Green+Blue) = 152+106+216=474 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.07% from 474); Green value is 106 (41.80% from 255 or 22.36% from 474); Blue value is 216 (84.77% from 255 or 45.57% from 474); Max value from RGB is 216 - color contains mainly: blue. Hex color #986AD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986AD8 is #679527. Grayscale: #838383. Windows color (decimal): -6788392 or 14183064. OLE color: 14183064.

HSL color Cylindrical-coordinate representation of color #986AD8: hue angle of 265.09º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #986AD8 is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB152106216-
CMYK0.300.5100.15
HSL265.09º58.51%63.14%-
HSV(B)265.09º50.93%84.71%-
XYZ30.521.9467.59-
YUV132.29175.24142.06-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.07%
GREEN value IS 106 (41.80% from 255) = 22.36%
BLUE value IS 216 (84.77% from 255) = 45.57%
R=32.07%
G=22.36%
B=45.57%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1521062160.300.5100.15265.0958.5163.14
Hex986AD81E330F1093b3f
Octal23015233036630174117377
Binary100110001101010110110001111011001101111100001001111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986AD8; }

 p { color: rgb(152,106,216); }

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

<style>
 a { background-color: #986AD8; }

 a { background-color: rgb(152,106,216); }

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

<style>
 span { border-color: #986AD8; }

 span { border-color: rgb(152,106,216); }

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