#986BB6

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

Shades of Purple Mountain's Majesty #986BB6

Tints of Purple Mountain's Majesty #986BB6

Color information

#986BB6 (or 0x986BB6) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 98, 6B and B6. RGB value is (152,107,182). Sum of RGB (Red+Green+Blue) = 152+107+182=441 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.47% from 441); Green value is 107 (42.19% from 255 or 24.26% from 441); Blue value is 182 (71.48% from 255 or 41.27% from 441); Max value from RGB is 182 - color contains mainly: blue. Hex color #986BB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986BB6 is #679449. Grayscale: #808080. Windows color (decimal): -6788170 or 11955096. OLE color: 11955096.

HSL color Cylindrical-coordinate representation of color #986BB6: hue angle of 276º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #986BB6 is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB152107182-
CMYK0.160.4100.29
HSL276º33.94%56.67%-
HSV(B)276º41.21%71.37%-
XYZ26.6520.5746.82-
YUV129157.91144.4-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.47%
GREEN value IS 107 (42.19% from 255) = 24.26%
BLUE value IS 182 (71.48% from 255) = 41.27%
R=34.47%
G=24.26%
B=41.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1521071820.160.4100.2927633.9456.67
Hex986BB6102901D1142239
Octal23015326620510354244271
Binary1001100011010111011011010000101001011101100010100100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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