#9A75BE

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

Shades of Purple Mountain's Majesty #9A75BE

Tints of Purple Mountain's Majesty #9A75BE

Color information

#9A75BE (or 0x9A75BE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9A, 75 and BE. RGB value is (154,117,190). Sum of RGB (Red+Green+Blue) = 154+117+190=461 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.41% from 461); Green value is 117 (46.09% from 255 or 25.38% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A75BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A75BE is #658A41. Grayscale: #888888. Windows color (decimal): -6654530 or 12481946. OLE color: 12481946.

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

Color convert

RGB154117190-
CMYK0.190.3800.25
HSL270.41º35.96%60.2%-
HSV(B)270.41º38.42%74.51%-
XYZ28.9823.3151.69-
YUV136.38158.26140.56-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.41%
GREEN value IS 117 (46.09% from 255) = 25.38%
BLUE value IS 190 (74.61% from 255) = 41.21%
R=33.41%
G=25.38%
B=41.21%

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
Decimal1541171900.190.3800.25270.4135.9660.2
Hex9A75BE132601910e243c
Octal23216527623460314164474
Binary1001101011101011011111010011100110011001100001110100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A75BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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