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

📋 copy color: '#9F73BF'

red 159 ◦ green 115 ◦ blue 191

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

Shades of Purple Mountain's Majesty #9F73BF

Tints of Purple Mountain's Majesty #9F73BF

RGB

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

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

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

R = 34.19%
G = 24.73%
B = 41.08%

CMYK

 C value IS 0.17

 M value IS 0.40

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9F73BF (or 0x9F73BF) is known color: Purple Mountain's Majesty. HEX triplet: 9F, 73 and BF. RGB value is (159,115,191). Sum of RGB (Red+Green+Blue) = 159+115+191=465 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.19% from 465); Green value is 115 (45.31% from 255 or 24.73% from 465); Blue value is 191 (75% from 255 or 41.08% from 465); Max value from RGB is 191 - color contains mainly: blue. Hex color #9F73BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F73BF is #608C40. Grayscale: #888888. Windows color (decimal): -6327361 or 12546975. OLE color: 12546975.

HSL color Cylindrical-coordinate representation of color #9F73BF: hue angle of 274.74º 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 #9F73BF is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 159 115 191 -
CMYK 0.17 0.40 0 0.25
HSL 274.74º 0.37% 0.6% -
HSV(B) 274.74º 0.4% 0.75% -
XYZ 29.83 23.39 52.23 -
YUV 136.82 158.58 143.82 -
System Red Green Blue C M Y K H S L
Decimal 159 115 191 0.17 0.40 0 0.25 274.74 0.37 0.6
Hex 9F 73 BF 11 28 0 19 113 25 3C
Octal 237 163 277 21 50 0 31 423 45 74
Binary 10011111 1110011 10111111 10001 101000 0 11001 100010011 100101 111100

Color Harmonies of #9F73BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F73BF

Black with #9F73BF

Text Example


Text Example

White with #9F73BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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