#986DDA

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

Shades of Medium Purple #986DDA

Tints of Medium Purple #986DDA

Color information

#986DDA (or 0x986DDA) is unknown color: approx Medium Purple. HEX triplet: 98, 6D and DA. RGB value is (152,109,218). Sum of RGB (Red+Green+Blue) = 152+109+218=479 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.73% from 479); Green value is 109 (42.97% from 255 or 22.76% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 218 - color contains mainly: blue. Hex color #986DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986DDA is #679225. Grayscale: #858585. Windows color (decimal): -6787622 or 14314904. OLE color: 14314904.

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

Color convert

RGB152109218-
CMYK0.300.500.15
HSL263.67º59.56%64.12%-
HSV(B)263.67º50%85.49%-
XYZ31.0722.6769.07-
YUV134.28175.25140.64-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.73%
GREEN value IS 109 (42.97% from 255) = 22.76%
BLUE value IS 218 (85.55% from 255) = 45.51%
R=31.73%
G=22.76%
B=45.51%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1521092180.300.500.15263.6759.5664.12
Hex986DDA1E320F1083c40
Octal230155332366201741074100
Binary1001100011011011101101011110110010011111000010001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,109,218); }

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

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

 a { background-color: rgb(152,109,218); }

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

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

 span { border-color: rgb(152,109,218); }

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