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

📋 copy color: '#9769BA'

red 151 ◦ green 105 ◦ blue 186

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

Shades of Purple Mountain's Majesty #9769BA

Tints of Purple Mountain's Majesty #9769BA

RGB

 RED value IS 151 (59.38% from 255) = 34.16%

 GREEN value IS 105 (41.41% from 255) = 23.76%

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

R = 34.16%
G = 23.76%
B = 42.08%

CMYK

 C value IS 0.19

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9769BA (or 0x9769BA) is known color: Purple Mountain's Majesty. HEX triplet: 97, 69 and BA. RGB value is (151,105,186). Sum of RGB (Red+Green+Blue) = 151+105+186=442 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.16% from 442); Green value is 105 (41.41% from 255 or 23.76% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 186 - color contains mainly: blue. Hex color #9769BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9769BA is #689645. Grayscale: #7F7F7F. Windows color (decimal): -6854214 or 12216727. OLE color: 12216727.

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

Color convert

RGB 151 105 186 -
CMYK 0.19 0.44 0 0.27
HSL 274.07º 0.37% 0.57% -
HSV(B) 274.07º 0.44% 0.73% -
XYZ 26.68 20.23 48.95 -
YUV 127.99 160.74 144.41 -
System Red Green Blue C M Y K H S L
Decimal 151 105 186 0.19 0.44 0 0.27 274.07 0.37 0.57
Hex 97 69 BA 13 2C 0 1B 112 25 39
Octal 227 151 272 23 54 0 33 422 45 71
Binary 10010111 1101001 10111010 10011 101100 0 11011 100010010 100101 111001

Color Harmonies of #9769BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9769BA

Black with #9769BA

Text Example


Text Example

White with #9769BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,105,186); }

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

background-color css

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

 a { background-color: rgb(151,105,186); }

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

border-color css

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

 span { border-color: rgb(151,105,186); }

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