#986BE8

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

Shades of Medium Purple #986BE8

Tints of Medium Purple #986BE8

Color information

#986BE8 (or 0x986BE8) is unknown color: approx Medium Purple. HEX triplet: 98, 6B and E8. RGB value is (152,107,232). Sum of RGB (Red+Green+Blue) = 152+107+232=491 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.96% from 491); Green value is 107 (42.19% from 255 or 21.79% from 491); Blue value is 232 (91.02% from 255 or 47.25% from 491); Max value from RGB is 232 - color contains mainly: blue. Hex color #986BE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #986BE8 is #679417. Grayscale: #868686. Windows color (decimal): -6788120 or 15231896. OLE color: 15231896.

HSL color Cylindrical-coordinate representation of color #986BE8: hue angle of 261.6º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #986BE8 is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB152107232-
CMYK0.340.5400.09
HSL261.6º73.1%66.47%-
HSV(B)261.6º53.88%90.98%-
XYZ32.7723.0279.06-
YUV134.71182.91140.34-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.96%
GREEN value IS 107 (42.19% from 255) = 21.79%
BLUE value IS 232 (91.02% from 255) = 47.25%
R=30.96%
G=21.79%
B=47.25%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1521072320.340.5400.09261.673.166.47
Hex986BE82236091064942
Octal2301533504266011406111102
Binary100110001101011111010001000101101100100110000011010010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986BE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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