#9783B1

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

Shades of Purple Mountain's Majesty #9783B1

Tints of Purple Mountain's Majesty #9783B1

Color information

#9783B1 (or 0x9783B1) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 97, 83 and B1. RGB value is (151,131,177). Sum of RGB (Red+Green+Blue) = 151+131+177=459 (60% of max value = 765). Red value is 151 (59.38% from 255 or 32.90% from 459); Green value is 131 (51.56% from 255 or 28.54% from 459); Blue value is 177 (69.53% from 255 or 38.56% from 459); Max value from RGB is 177 - color contains mainly: blue. Hex color #9783B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9783B1 is #687C4E. Grayscale: #8E8E8E. Windows color (decimal): -6847567 or 11633559. OLE color: 11633559.

HSL color Cylindrical-coordinate representation of color #9783B1: hue angle of 266.09º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9783B1 is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB151131177-
CMYK0.150.2600.31
HSL266.09º22.77%60.39%-
HSV(B)266.09º25.99%69.41%-
XYZ28.8125.9945.09-
YUV142.22147.63134.26-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.90%
GREEN value IS 131 (51.56% from 255) = 28.54%
BLUE value IS 177 (69.53% from 255) = 38.56%
R=32.90%
G=28.54%
B=38.56%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1511311770.150.2600.31266.0922.7760.39
Hex9783B1F1A01F10a173c
Octal22720326117320374122774
Binary10010111100000111011000111111101001111110000101010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9783B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9783B1; }

 p { color: rgb(151,131,177); }

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

<style>
 a { background-color: #9783B1; }

 a { background-color: rgb(151,131,177); }

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

<style>
 span { border-color: #9783B1; }

 span { border-color: rgb(151,131,177); }

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