#9A7CBC

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

Shades of Purple Mountain's Majesty #9A7CBC

Tints of Purple Mountain's Majesty #9A7CBC

Color information

#9A7CBC (or 0x9A7CBC) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9A, 7C and BC. RGB value is (154,124,188). Sum of RGB (Red+Green+Blue) = 154+124+188=466 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.05% from 466); Green value is 124 (48.83% from 255 or 26.61% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 188 - color contains mainly: blue. Hex color #9A7CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A7CBC is #658343. Grayscale: #8C8C8C. Windows color (decimal): -6652740 or 12352666. OLE color: 12352666.

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

Color convert

RGB154124188-
CMYK0.180.3400.26
HSL268.12º32.32%61.18%-
HSV(B)268.12º34.04%73.73%-
XYZ29.6124.9250.83-
YUV140.27154.94137.8-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.05%
GREEN value IS 124 (48.83% from 255) = 26.61%
BLUE value IS 188 (73.83% from 255) = 40.34%
R=33.05%
G=26.61%
B=40.34%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1541241880.180.3400.26268.1232.3261.18
Hex9A7CBC122201A10c203d
Octal23217427422420324144075
Binary1001101011111001011110010010100010011010100001100100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,124,188); }

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

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

 a { background-color: rgb(154,124,188); }

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

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

 span { border-color: rgb(154,124,188); }

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