#9A7CC1

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

Shades of Purple Mountain's Majesty #9A7CC1

Tints of Purple Mountain's Majesty #9A7CC1

Color information

#9A7CC1 (or 0x9A7CC1) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9A, 7C and C1. RGB value is (154,124,193). Sum of RGB (Red+Green+Blue) = 154+124+193=471 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.70% from 471); Green value is 124 (48.83% from 255 or 26.33% from 471); Blue value is 193 (75.78% from 255 or 40.98% from 471); Max value from RGB is 193 - color contains mainly: blue. Hex color #9A7CC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A7CC1 is #65833E. Grayscale: #8C8C8C. Windows color (decimal): -6652735 or 12680346. OLE color: 12680346.

HSL color Cylindrical-coordinate representation of color #9A7CC1: hue angle of 266.09º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9A7CC1 is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB154124193-
CMYK0.200.3600.24
HSL266.09º35.75%62.16%-
HSV(B)266.09º35.75%75.69%-
XYZ30.1625.1453.71-
YUV140.84157.44137.39-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.70%
GREEN value IS 124 (48.83% from 255) = 26.33%
BLUE value IS 193 (75.78% from 255) = 40.98%
R=32.70%
G=26.33%
B=40.98%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1541241930.200.3600.24266.0935.7562.16
Hex9A7CC1142401810a243e
Octal23217430124440304124476
Binary1001101011111001100000110100100100011000100001010100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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