#9A7BBE

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

Shades of Purple Mountain's Majesty #9A7BBE

Tints of Purple Mountain's Majesty #9A7BBE

Color information

#9A7BBE (or 0x9A7BBE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9A, 7B and BE. RGB value is (154,123,190). Sum of RGB (Red+Green+Blue) = 154+123+190=467 (61% of max value = 765). Red value is 154 (60.55% from 255 or 32.98% from 467); Green value is 123 (48.44% from 255 or 26.34% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A7BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A7BBE is #658441. Grayscale: #8B8B8B. Windows color (decimal): -6652994 or 12483482. OLE color: 12483482.

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

Color convert

RGB154123190-
CMYK0.190.3500.25
HSL267.76º34.01%61.37%-
HSV(B)267.76º35.26%74.51%-
XYZ29.724.7551.93-
YUV139.91156.27138.05-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.98%
GREEN value IS 123 (48.44% from 255) = 26.34%
BLUE value IS 190 (74.61% from 255) = 40.69%
R=32.98%
G=26.34%
B=40.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1541231900.190.3500.25267.7634.0161.37
Hex9A7BBE132301910c223d
Octal23217327623430314144275
Binary1001101011110111011111010011100011011001100001100100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,123,190); }

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

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

 a { background-color: rgb(154,123,190); }

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

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

 span { border-color: rgb(154,123,190); }

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