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

📋 copy color: '#9B73BE'

red 155 ◦ green 115 ◦ blue 190

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

Shades of Purple Mountain's Majesty #9B73BE

Tints of Purple Mountain's Majesty #9B73BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.3%

R = 33.7%
G = 25%
B = 41.3%

CMYK

 C value IS 0.18

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9B73BE (or 0x9B73BE) is known color: Purple Mountain's Majesty. HEX triplet: 9B, 73 and BE. RGB value is (155,115,190). Sum of RGB (Red+Green+Blue) = 155+115+190=460 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.70% from 460); Green value is 115 (45.31% from 255 or 25% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 190 - color contains mainly: blue. Hex color #9B73BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B73BE is #648C41. Grayscale: #878787. Windows color (decimal): -6589506 or 12481435. OLE color: 12481435.

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

Color convert

RGB 155 115 190 -
CMYK 0.18 0.39 0 0.25
HSL 272º 0.37% 0.6% -
HSV(B) 272º 0.39% 0.75% -
XYZ 28.94 22.95 51.62 -
YUV 135.51 158.75 141.9 -
System Red Green Blue C M Y K H S L
Decimal 155 115 190 0.18 0.39 0 0.25 272 0.37 0.6
Hex 9B 73 BE 12 27 0 19 110 25 3C
Octal 233 163 276 22 47 0 31 420 45 74
Binary 10011011 1110011 10111110 10010 100111 0 11001 100010000 100101 111100

Color Harmonies of #9B73BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B73BE

Black with #9B73BE

Text Example


Text Example

White with #9B73BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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