#986AF0

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

Shades of Medium Purple #986AF0

Tints of Medium Purple #986AF0

Color information

#986AF0 (or 0x986AF0) is unknown color: approx Medium Purple. HEX triplet: 98, 6A and F0. RGB value is (152,106,240). Sum of RGB (Red+Green+Blue) = 152+106+240=498 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.52% from 498); Green value is 106 (41.80% from 255 or 21.29% from 498); Blue value is 240 (94.14% from 255 or 48.19% from 498); Max value from RGB is 240 - color contains mainly: blue. Hex color #986AF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #986AF0 is #67950F. Grayscale: #868686. Windows color (decimal): -6788368 or 15755928. OLE color: 15755928.

HSL color Cylindrical-coordinate representation of color #986AF0: hue angle of 260.6º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #986AF0 is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB152106240-
CMYK0.370.5600.06
HSL260.6º81.71%67.84%-
HSV(B)260.6º55.83%94.12%-
XYZ33.8323.2785.15-
YUV135.03187.24140.1-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.52%
GREEN value IS 106 (41.80% from 255) = 21.29%
BLUE value IS 240 (94.14% from 255) = 48.19%
R=30.52%
G=21.29%
B=48.19%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1521062400.370.5600.06260.681.7167.84
Hex986AF02538061055244
Octal230152360457006405122104
Binary10011000110101011110000100101111000011010000010110100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986AF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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