#9C7EBE

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

Shades of Purple Mountain's Majesty #9C7EBE

Tints of Purple Mountain's Majesty #9C7EBE

Color information

#9C7EBE (or 0x9C7EBE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9C, 7E and BE. RGB value is (156,126,190). Sum of RGB (Red+Green+Blue) = 156+126+190=472 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.05% from 472); Green value is 126 (49.61% from 255 or 26.69% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 190 - color contains mainly: blue. Hex color #9C7EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C7EBE is #638141. Grayscale: #8E8E8E. Windows color (decimal): -6521154 or 12484252. OLE color: 12484252.

HSL color Cylindrical-coordinate representation of color #9C7EBE: hue angle of 268.12º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9C7EBE is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB156126190-
CMYK0.180.3400.25
HSL268.12º32.99%61.96%-
HSV(B)268.12º33.68%74.51%-
XYZ30.4725.7152.07-
YUV142.27154.94137.8-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.05%
GREEN value IS 126 (49.61% from 255) = 26.69%
BLUE value IS 190 (74.61% from 255) = 40.25%
R=33.05%
G=26.69%
B=40.25%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1561261900.180.3400.25268.1232.9961.96
Hex9C7EBE122201910c213e
Octal23417627622420314144176
Binary1001110011111101011111010010100010011001100001100100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,126,190); }

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

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

 a { background-color: rgb(156,126,190); }

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

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

 span { border-color: rgb(156,126,190); }

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