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

📋 copy color: '#9672BA'

red 150 ◦ green 114 ◦ blue 186

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

Shades of Purple Mountain's Majesty #9672BA

Tints of Purple Mountain's Majesty #9672BA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.33%

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

R = 33.33%
G = 25.33%
B = 41.33%

CMYK

 C value IS 0.19

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9672BA (or 0x9672BA) is known color: Purple Mountain's Majesty. HEX triplet: 96, 72 and BA. RGB value is (150,114,186). Sum of RGB (Red+Green+Blue) = 150+114+186=450 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.33% from 450); Green value is 114 (44.92% from 255 or 25.33% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 186 - color contains mainly: blue. Hex color #9672BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9672BA is #698D45. Grayscale: #848484. Windows color (decimal): -6917446 or 12219030. OLE color: 12219030.

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

Color convert

RGB 150 114 186 -
CMYK 0.19 0.39 0 0.27
HSL 270º 0.34% 0.59% -
HSV(B) 270º 0.39% 0.73% -
XYZ 27.46 22.06 49.27 -
YUV 132.97 157.93 140.15 -
System Red Green Blue C M Y K H S L
Decimal 150 114 186 0.19 0.39 0 0.27 270 0.34 0.59
Hex 96 72 BA 13 27 0 1B 10E 22 3B
Octal 226 162 272 23 47 0 33 416 42 73
Binary 10010110 1110010 10111010 10011 100111 0 11011 100001110 100010 111011

Color Harmonies of #9672BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9672BA

Black with #9672BA

Text Example


Text Example

White with #9672BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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