Html Css Color HEX #9B73BF Purple Mountain's Majesty

📋 copy color: '#9B73BF'

red 155 ◦ green 115 ◦ blue 191

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

Shades of Purple Mountain's Majesty #9B73BF

Tints of Purple Mountain's Majesty #9B73BF

RGB

 RED value IS 155 (60.94% from 255) = 33.62%

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

 BLUE value IS 191 (75% from 255) = 41.43%

R = 33.62%
G = 24.95%
B = 41.43%

CMYK

 C value IS 0.19

 M value IS 0.40

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9B73BF (or 0x9B73BF) is known color: Purple Mountain's Majesty. HEX triplet: 9B, 73 and BF. RGB value is (155,115,191). Sum of RGB (Red+Green+Blue) = 155+115+191=461 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.62% from 461); Green value is 115 (45.31% from 255 or 24.95% from 461); Blue value is 191 (75% from 255 or 41.43% from 461); Max value from RGB is 191 - color contains mainly: blue. Hex color #9B73BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B73BF is #648C40. Grayscale: #878787. Windows color (decimal): -6589505 or 12546971. OLE color: 12546971.

HSL color Cylindrical-coordinate representation of color #9B73BF: hue angle of 271.58º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9B73BF is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 155 115 191 -
CMYK 0.19 0.40 0 0.25
HSL 271.58º 0.37% 0.6% -
HSV(B) 271.58º 0.4% 0.75% -
XYZ 29.05 22.99 52.2 -
YUV 135.62 159.25 141.82 -
System Red Green Blue C M Y K H S L
Decimal 155 115 191 0.19 0.40 0 0.25 271.58 0.37 0.6
Hex 9B 73 BF 13 28 0 19 110 25 3C
Octal 233 163 277 23 50 0 31 420 45 74
Binary 10011011 1110011 10111111 10011 101000 0 11001 100010000 100101 111100

Color Harmonies of #9B73BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B73BF

Black with #9B73BF

Text Example


Text Example

White with #9B73BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B73BF; }

 p { color: rgb(155,115,191); }

 H1.HeaderClassName
 {
   color: #9B73BF;
 }
 .AnyTagClassName
 {
   color: #9B73BF;
 }
</style>

background-color css

<style>
 a { background-color: #9B73BF; }

 a { background-color: rgb(155,115,191); }

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

border-color css

<style>
 span { border-color: #9B73BF; }

 span { border-color: rgb(155,115,191); }

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