#9A75BF

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

Shades of Purple Mountain's Majesty #9A75BF

Tints of Purple Mountain's Majesty #9A75BF

Color information

#9A75BF (or 0x9A75BF) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9A, 75 and BF. RGB value is (154,117,191). Sum of RGB (Red+Green+Blue) = 154+117+191=462 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.33% from 462); Green value is 117 (46.09% from 255 or 25.32% from 462); Blue value is 191 (75% from 255 or 41.34% from 462); Max value from RGB is 191 - color contains mainly: blue. Hex color #9A75BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A75BF is #658A40. Grayscale: #888888. Windows color (decimal): -6654529 or 12547482. OLE color: 12547482.

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

Color convert

RGB154117191-
CMYK0.190.3900.25
HSL270º36.63%60.39%-
HSV(B)270º38.74%74.9%-
XYZ29.0923.3552.26-
YUV136.5158.76140.48-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.33%
GREEN value IS 117 (46.09% from 255) = 25.32%
BLUE value IS 191 (75% from 255) = 41.34%
R=33.33%
G=25.32%
B=41.34%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1541171910.190.3900.2527036.6360.39
Hex9A75BF132701910e253c
Octal23216527723470314164574
Binary1001101011101011011111110011100111011001100001110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A75BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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