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

📋 copy color: '#9F73BA'

red 159 ◦ green 115 ◦ blue 186

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

Shades of Purple Mountain's Majesty #9F73BA

Tints of Purple Mountain's Majesty #9F73BA

RGB

 RED value IS 159 (62.5% from 255) = 34.57%

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

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

R = 34.57%
G = 25%
B = 40.43%

CMYK

 C value IS 0.15

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9F73BA (or 0x9F73BA) is known color: Purple Mountain's Majesty. HEX triplet: 9F, 73 and BA. RGB value is (159,115,186). Sum of RGB (Red+Green+Blue) = 159+115+186=460 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.57% from 460); Green value is 115 (45.31% from 255 or 25% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F73BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F73BA is #608C45. Grayscale: #888888. Windows color (decimal): -6327366 or 12219295. OLE color: 12219295.

HSL color Cylindrical-coordinate representation of color #9F73BA: hue angle of 277.18º 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 #9F73BA is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 159 115 186 -
CMYK 0.15 0.38 0 0.27
HSL 277.18º 0.34% 0.59% -
HSV(B) 277.18º 0.38% 0.73% -
XYZ 29.29 23.18 49.38 -
YUV 136.25 156.08 144.23 -
System Red Green Blue C M Y K H S L
Decimal 159 115 186 0.15 0.38 0 0.27 277.18 0.34 0.59
Hex 9F 73 BA F 26 0 1B 115 22 3B
Octal 237 163 272 17 46 0 33 425 42 73
Binary 10011111 1110011 10111010 1111 100110 0 11011 100010101 100010 111011

Color Harmonies of #9F73BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F73BA

Black with #9F73BA

Text Example


Text Example

White with #9F73BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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