#986EBB

Color #986EBB Purple Mountain's Majesty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Mountain's Majesty #986EBB

Tints of Purple Mountain's Majesty #986EBB

Color information

#986EBB (or 0x986EBB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 98, 6E and BB. RGB value is (152,110,187). Sum of RGB (Red+Green+Blue) = 152+110+187=449 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.85% from 449); Green value is 110 (43.36% from 255 or 24.50% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 187 - color contains mainly: blue. Hex color #986EBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986EBB is #679144. Grayscale: #838383. Windows color (decimal): -6787397 or 12283544. OLE color: 12283544.

HSL color Cylindrical-coordinate representation of color #986EBB: hue angle of 272.73º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #986EBB is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB152110187-
CMYK0.190.4100.27
HSL272.73º36.15%58.24%-
HSV(B)272.73º41.18%73.33%-
XYZ27.4921.4249.7-
YUV131.34159.41142.74-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.85%
GREEN value IS 110 (43.36% from 255) = 24.50%
BLUE value IS 187 (73.44% from 255) = 41.65%
R=33.85%
G=24.50%
B=41.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1521101870.190.4100.27272.7336.1558.24
Hex986EBB132901B111243a
Octal23015627323510334214472
Binary1001100011011101011101110011101001011011100010001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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