#9675BD

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

Shades of Purple Mountain's Majesty #9675BD

Tints of Purple Mountain's Majesty #9675BD

Color information

#9675BD (or 0x9675BD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 96, 75 and BD. RGB value is (150,117,189). Sum of RGB (Red+Green+Blue) = 150+117+189=456 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.89% from 456); Green value is 117 (46.09% from 255 or 25.66% from 456); Blue value is 189 (74.22% from 255 or 41.45% from 456); Max value from RGB is 189 - color contains mainly: blue. Hex color #9675BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9675BD is #698A42. Grayscale: #868686. Windows color (decimal): -6916675 or 12416406. OLE color: 12416406.

HSL color Cylindrical-coordinate representation of color #9675BD: hue angle of 267.5º 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 #9675BD is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB150117189-
CMYK0.210.3800.26
HSL267.5º35.29%60%-
HSV(B)267.5º38.1%74.12%-
XYZ28.1222.8851.08-
YUV135.07158.43138.65-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.89%
GREEN value IS 117 (46.09% from 255) = 25.66%
BLUE value IS 189 (74.22% from 255) = 41.45%
R=32.89%
G=25.66%
B=41.45%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1501171890.210.3800.26267.535.2960
Hex9675BD152601A10c233c
Octal22616527525460324144374
Binary1001011011101011011110110101100110011010100001100100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9675BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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