#986BE5

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

Shades of Medium Purple #986BE5

Tints of Medium Purple #986BE5

Color information

#986BE5 (or 0x986BE5) is unknown color: approx Medium Purple. HEX triplet: 98, 6B and E5. RGB value is (152,107,229). Sum of RGB (Red+Green+Blue) = 152+107+229=488 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.15% from 488); Green value is 107 (42.19% from 255 or 21.93% from 488); Blue value is 229 (89.84% from 255 or 46.93% from 488); Max value from RGB is 229 - color contains mainly: blue. Hex color #986BE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986BE5 is #67941A. Grayscale: #858585. Windows color (decimal): -6788123 or 15035288. OLE color: 15035288.

HSL color Cylindrical-coordinate representation of color #986BE5: hue angle of 262.13º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #986BE5 is Cyan = 0.34, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB152107229-
CMYK0.340.5300.10
HSL262.13º70.11%65.88%-
HSV(B)262.13º53.28%89.8%-
XYZ32.3522.8576.83-
YUV134.36181.41140.58-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.15%
GREEN value IS 107 (42.19% from 255) = 21.93%
BLUE value IS 229 (89.84% from 255) = 46.93%
R=31.15%
G=21.93%
B=46.93%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1521072290.340.5300.10262.1370.1165.88
Hex986BE522350A1064642
Octal2301533454265012406106102
Binary100110001101011111001011000101101010101010000011010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986BE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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