Html Css Color HEX #9673BA Purple Mountain's Majesty

📋 copy color: '#9673BA'

red 150 ◦ green 115 ◦ blue 186

#9673BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Mountain's Majesty #9673BA

Tints of Purple Mountain's Majesty #9673BA

RGB

 RED value IS 150 (58.98% from 255) = 33.26%

 GREEN value IS 115 (45.31% from 255) = 25.5%

 BLUE value IS 186 (73.05% from 255) = 41.24%

R = 33.26%
G = 25.5%
B = 41.24%

CMYK

 C value IS 0.19

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9673BA (or 0x9673BA) is known color: Purple Mountain's Majesty. HEX triplet: 96, 73 and BA. RGB value is (150,115,186). Sum of RGB (Red+Green+Blue) = 150+115+186=451 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.26% from 451); Green value is 115 (45.31% from 255 or 25.50% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 186 - color contains mainly: blue. Hex color #9673BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9673BA is #698C45. Grayscale: #858585. Windows color (decimal): -6917190 or 12219286. OLE color: 12219286.

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

Color convert

RGB 150 115 186 -
CMYK 0.19 0.38 0 0.27
HSL 269.58º 0.34% 0.59% -
HSV(B) 269.58º 0.38% 0.73% -
XYZ 27.57 22.29 49.3 -
YUV 133.56 157.6 139.73 -
System Red Green Blue C M Y K H S L
Decimal 150 115 186 0.19 0.38 0 0.27 269.58 0.34 0.59
Hex 96 73 BA 13 26 0 1B 10E 22 3B
Octal 226 163 272 23 46 0 33 416 42 73
Binary 10010110 1110011 10111010 10011 100110 0 11011 100001110 100010 111011

Color Harmonies of #9673BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9673BA

Black with #9673BA

Text Example


Text Example

White with #9673BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9673BA; }

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

 H1.HeaderClassName
 {
   color: #9673BA;
 }
 .AnyTagClassName
 {
   color: #9673BA;
 }
</style>

background-color css

<style>
 a { background-color: #9673BA; }

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

 div.DivClassName
 {
   background-color: #9673BA;
 }
 .BgClassName
 {
   background-color: #9673BA;
 }
</style>

border-color css

<style>
 span { border-color: #9673BA; }

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

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