#9C7FBA

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

Shades of Purple Mountain's Majesty #9C7FBA

Tints of Purple Mountain's Majesty #9C7FBA

Color information

#9C7FBA (or 0x9C7FBA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9C, 7F and BA. RGB value is (156,127,186). Sum of RGB (Red+Green+Blue) = 156+127+186=469 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.26% from 469); Green value is 127 (50% from 255 or 27.08% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 186 - color contains mainly: blue. Hex color #9C7FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C7FBA is #638045. Grayscale: #8E8E8E. Windows color (decimal): -6520902 or 12222364. OLE color: 12222364.

HSL color Cylindrical-coordinate representation of color #9C7FBA: hue angle of 269.49º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9C7FBA is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB156127186-
CMYK0.160.3200.27
HSL269.49º29.95%61.37%-
HSV(B)269.49º31.72%72.94%-
XYZ30.1625.7949.84-
YUV142.4152.61137.7-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.26%
GREEN value IS 127 (50% from 255) = 27.08%
BLUE value IS 186 (73.05% from 255) = 39.66%
R=33.26%
G=27.08%
B=39.66%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1561271860.160.3200.27269.4929.9561.37
Hex9C7FBA102001B10d1e3d
Octal23417727220400334153675
Binary100111001111111101110101000010000001101110000110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C7FBA; }

 p { color: rgb(156,127,186); }

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

<style>
 a { background-color: #9C7FBA; }

 a { background-color: rgb(156,127,186); }

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

<style>
 span { border-color: #9C7FBA; }

 span { border-color: rgb(156,127,186); }

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