#986BD7

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

Shades of Medium Purple #986BD7

Tints of Medium Purple #986BD7

Color information

#986BD7 (or 0x986BD7) is unknown color: approx Medium Purple. HEX triplet: 98, 6B and D7. RGB value is (152,107,215). Sum of RGB (Red+Green+Blue) = 152+107+215=474 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.07% from 474); Green value is 107 (42.19% from 255 or 22.57% from 474); Blue value is 215 (84.38% from 255 or 45.36% from 474); Max value from RGB is 215 - color contains mainly: blue. Hex color #986BD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986BD7 is #679428. Grayscale: #848484. Windows color (decimal): -6788137 or 14117784. OLE color: 14117784.

HSL color Cylindrical-coordinate representation of color #986BD7: hue angle of 265º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #986BD7 is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB152107215-
CMYK0.290.5000.16
HSL265º57.45%63.14%-
HSV(B)265º50.23%84.31%-
XYZ30.4722.166.95-
YUV132.77174.41141.72-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.07%
GREEN value IS 107 (42.19% from 255) = 22.57%
BLUE value IS 215 (84.38% from 255) = 45.36%
R=32.07%
G=22.57%
B=45.36%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1521072150.290.5000.1626557.4563.14
Hex986BD71D32010109393f
Octal23015332735620204117177
Binary1001100011010111101011111101110010010000100001001111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986BD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,107,215); }

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

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

 a { background-color: rgb(152,107,215); }

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

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

 span { border-color: rgb(152,107,215); }

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