#986AEE

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

Shades of Medium Purple #986AEE

Tints of Medium Purple #986AEE

Color information

#986AEE (or 0x986AEE) is unknown color: approx Medium Purple. HEX triplet: 98, 6A and EE. RGB value is (152,106,238). Sum of RGB (Red+Green+Blue) = 152+106+238=496 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.65% from 496); Green value is 106 (41.80% from 255 or 21.37% from 496); Blue value is 238 (93.36% from 255 or 47.98% from 496); Max value from RGB is 238 - color contains mainly: blue. Hex color #986AEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #986AEE is #679511. Grayscale: #868686. Windows color (decimal): -6788370 or 15624856. OLE color: 15624856.

HSL color Cylindrical-coordinate representation of color #986AEE: hue angle of 260.91º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #986AEE is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB152106238-
CMYK0.360.5500.07
HSL260.91º79.52%67.45%-
HSV(B)260.91º55.46%93.33%-
XYZ33.5423.1683.59-
YUV134.8186.24140.27-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.65%
GREEN value IS 106 (41.80% from 255) = 21.37%
BLUE value IS 238 (93.36% from 255) = 47.98%
R=30.65%
G=21.37%
B=47.98%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1521062380.360.5500.07260.9179.5267.45
Hex986AEE2437071055043
Octal230152356446707405120103
Binary10011000110101011101110100100110111011110000010110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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