#986BE1

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

Shades of Medium Purple #986BE1

Tints of Medium Purple #986BE1

Color information

#986BE1 (or 0x986BE1) is unknown color: approx Medium Purple. HEX triplet: 98, 6B and E1. RGB value is (152,107,225). Sum of RGB (Red+Green+Blue) = 152+107+225=484 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.40% from 484); Green value is 107 (42.19% from 255 or 22.11% from 484); Blue value is 225 (88.28% from 255 or 46.49% from 484); Max value from RGB is 225 - color contains mainly: blue. Hex color #986BE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986BE1 is #67941E. Grayscale: #858585. Windows color (decimal): -6788127 or 14773144. OLE color: 14773144.

HSL color Cylindrical-coordinate representation of color #986BE1: hue angle of 262.88º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #986BE1 is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB152107225-
CMYK0.320.5200.12
HSL262.88º66.29%65.1%-
HSV(B)262.88º52.44%88.24%-
XYZ31.822.6373.93-
YUV133.91179.41140.91-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.40%
GREEN value IS 107 (42.19% from 255) = 22.11%
BLUE value IS 225 (88.28% from 255) = 46.49%
R=31.40%
G=22.11%
B=46.49%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1521072250.320.5200.12262.8866.2965.1
Hex986BE120340C1074241
Octal2301533414064014407102101
Binary100110001101011111000011000001101000110010000011110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986BE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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