#9675ba

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

Shades of Purple Mountain's Majesty #9675BA

Tints of Purple Mountain's Majesty #9675BA

Color information

#9675BA (or 0x9675BA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 96, 75 and BA. RGB value is (150,117,186). Sum of RGB (Red+Green+Blue) = 150+117+186=453 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.11% from 453); Green value is 117 (46.09% from 255 or 25.83% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 186 - color contains mainly: blue. Hex color #9675BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9675BA is #698A45. Grayscale: #868686. Windows color (decimal): -6916678 or 12219798. OLE color: 12219798.

HSL color Cylindrical-coordinate representation of color #9675BA: hue angle of 268.7º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9675BA is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB150117186-
CMYK0.190.3700.27
HSL268.7º33.33%59.41%-
HSV(B)268.7º37.1%72.94%-
XYZ27.822.7549.38-
YUV134.73156.93138.89-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.11%
GREEN value IS 117 (46.09% from 255) = 25.83%
BLUE value IS 186 (73.05% from 255) = 41.06%
R=33.11%
G=25.83%
B=41.06%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1501171860.190.3700.27268.733.3359.41
Hex9675BA132501B10d213b
Octal22616527223450334154173
Binary1001011011101011011101010011100101011011100001101100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9675ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9675ba; }

 p { color: rgb(150,117,186); }

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

<style>
 a { background-color: #9675ba; }

 a { background-color: rgb(150,117,186); }

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

<style>
 span { border-color: #9675ba; }

 span { border-color: rgb(150,117,186); }

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