#9a76bf

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

Shades of Purple Mountain's Majesty #9A76BF

Tints of Purple Mountain's Majesty #9A76BF

Color information

#9A76BF (or 0x9A76BF) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9A, 76 and BF. RGB value is (154,118,191). Sum of RGB (Red+Green+Blue) = 154+118+191=463 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.26% from 463); Green value is 118 (46.48% from 255 or 25.49% from 463); Blue value is 191 (75% from 255 or 41.25% from 463); Max value from RGB is 191 - color contains mainly: blue. Hex color #9A76BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A76BF is #658940. Grayscale: #888888. Windows color (decimal): -6654273 or 12547738. OLE color: 12547738.

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

Color convert

RGB154118191-
CMYK0.190.3800.25
HSL269.59º36.32%60.59%-
HSV(B)269.59º38.22%74.9%-
XYZ29.2123.5952.3-
YUV137.09158.43140.06-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.26%
GREEN value IS 118 (46.48% from 255) = 25.49%
BLUE value IS 191 (75% from 255) = 41.25%
R=33.26%
G=25.49%
B=41.25%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1541181910.190.3800.25269.5936.3260.59
Hex9A76BF132601910e243d
Octal23216627723460314164475
Binary1001101011101101011111110011100110011001100001110100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9a76bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,118,191); }

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

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

 a { background-color: rgb(154,118,191); }

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

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

 span { border-color: rgb(154,118,191); }

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