#966BB8

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

Shades of Purple Mountain's Majesty #966BB8

Tints of Purple Mountain's Majesty #966BB8

Color information

#966BB8 (or 0x966BB8) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 96, 6B and B8. RGB value is (150,107,184). Sum of RGB (Red+Green+Blue) = 150+107+184=441 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.01% from 441); Green value is 107 (42.19% from 255 or 24.26% from 441); Blue value is 184 (72.27% from 255 or 41.72% from 441); Max value from RGB is 184 - color contains mainly: blue. Hex color #966BB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966BB8 is #699447. Grayscale: #808080. Windows color (decimal): -6919240 or 12086166. OLE color: 12086166.

HSL color Cylindrical-coordinate representation of color #966BB8: hue angle of 273.51º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #966BB8 is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB150107184-
CMYK0.180.4200.28
HSL273.51º35.16%57.06%-
HSV(B)273.51º41.85%72.16%-
XYZ26.4920.4647.9-
YUV128.64159.25143.24-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.01%
GREEN value IS 107 (42.19% from 255) = 24.26%
BLUE value IS 184 (72.27% from 255) = 41.72%
R=34.01%
G=24.26%
B=41.72%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1501071840.180.4200.28273.5135.1657.06
Hex966BB8122A01C1122339
Octal22615327022520344224371
Binary1001011011010111011100010010101010011100100010010100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966BB8; }

 p { color: rgb(150,107,184); }

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

<style>
 a { background-color: #966BB8; }

 a { background-color: rgb(150,107,184); }

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

<style>
 span { border-color: #966BB8; }

 span { border-color: rgb(150,107,184); }

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