#9A75BC

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

Shades of Purple Mountain's Majesty #9A75BC

Tints of Purple Mountain's Majesty #9A75BC

Color information

#9A75BC (or 0x9A75BC) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9A, 75 and BC. RGB value is (154,117,188). Sum of RGB (Red+Green+Blue) = 154+117+188=459 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.55% from 459); Green value is 117 (46.09% from 255 or 25.49% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 188 - color contains mainly: blue. Hex color #9A75BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A75BC is #658A43. Grayscale: #878787. Windows color (decimal): -6654532 or 12350874. OLE color: 12350874.

HSL color Cylindrical-coordinate representation of color #9A75BC: hue angle of 271.27º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9A75BC is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB154117188-
CMYK0.180.3800.26
HSL271.27º34.63%59.8%-
HSV(B)271.27º37.77%73.73%-
XYZ28.7623.2250.54-
YUV136.16157.26140.73-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.55%
GREEN value IS 117 (46.09% from 255) = 25.49%
BLUE value IS 188 (73.83% from 255) = 40.96%
R=33.55%
G=25.49%
B=40.96%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1541171880.180.3800.26271.2734.6359.8
Hex9A75BC122601A10f233c
Octal23216527422460324174374
Binary1001101011101011011110010010100110011010100001111100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A75BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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