#986EF4

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

Shades of Medium Purple #986EF4

Tints of Medium Purple #986EF4

Color information

#986EF4 (or 0x986EF4) is unknown color: approx Medium Purple. HEX triplet: 98, 6E and F4. RGB value is (152,110,244). Sum of RGB (Red+Green+Blue) = 152+110+244=506 (67% of max value = 765). Red value is 152 (59.77% from 255 or 30.04% from 506); Green value is 110 (43.36% from 255 or 21.74% from 506); Blue value is 244 (95.70% from 255 or 48.22% from 506); Max value from RGB is 244 - color contains mainly: blue. Hex color #986EF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #986EF4 is #67910B. Grayscale: #898989. Windows color (decimal): -6787340 or 16019096. OLE color: 16019096.

HSL color Cylindrical-coordinate representation of color #986EF4: hue angle of 258.81º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #986EF4 is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB152110244-
CMYK0.380.5500.04
HSL258.81º85.9%69.41%-
HSV(B)258.81º54.92%95.69%-
XYZ34.8524.3688.45-
YUV137.83187.91138.1-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.04%
GREEN value IS 110 (43.36% from 255) = 21.74%
BLUE value IS 244 (95.70% from 255) = 48.22%
R=30.04%
G=21.74%
B=48.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1521102440.380.5500.04258.8185.969.41
Hex986EF42637041035645
Octal230156364466704403126105
Binary10011000110111011110100100110110111010010000001110101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986EF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,110,244); }

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

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

 a { background-color: rgb(152,110,244); }

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

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

 span { border-color: rgb(152,110,244); }

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