#9A7EBE

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

Shades of Purple Mountain's Majesty #9A7EBE

Tints of Purple Mountain's Majesty #9A7EBE

Color information

#9A7EBE (or 0x9A7EBE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9A, 7E and BE. RGB value is (154,126,190). Sum of RGB (Red+Green+Blue) = 154+126+190=470 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.77% from 470); Green value is 126 (49.61% from 255 or 26.81% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A7EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A7EBE is #658141. Grayscale: #8D8D8D. Windows color (decimal): -6652226 or 12484250. OLE color: 12484250.

HSL color Cylindrical-coordinate representation of color #9A7EBE: hue angle of 266.25º 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 #9A7EBE is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB154126190-
CMYK0.190.3400.25
HSL266.25º32.99%61.96%-
HSV(B)266.25º33.68%74.51%-
XYZ30.0825.5152.05-
YUV141.67155.28136.8-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.77%
GREEN value IS 126 (49.61% from 255) = 26.81%
BLUE value IS 190 (74.61% from 255) = 40.43%
R=32.77%
G=26.81%
B=40.43%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1541261900.190.3400.25266.2532.9961.96
Hex9A7EBE132201910a213e
Octal23217627623420314124176
Binary1001101011111101011111010011100010011001100001010100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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