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

📋 copy color: '#9F73BE'

red 159 ◦ green 115 ◦ blue 190

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

Shades of Purple Mountain's Majesty #9F73BE

Tints of Purple Mountain's Majesty #9F73BE

RGB

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

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

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

R = 34.27%
G = 24.78%
B = 40.95%

CMYK

 C value IS 0.16

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9F73BE (or 0x9F73BE) is known color: Purple Mountain's Majesty. HEX triplet: 9F, 73 and BE. RGB value is (159,115,190). Sum of RGB (Red+Green+Blue) = 159+115+190=464 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.27% from 464); Green value is 115 (45.31% from 255 or 24.78% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F73BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F73BE is #608C41. Grayscale: #888888. Windows color (decimal): -6327362 or 12481439. OLE color: 12481439.

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

Color convert

RGB 159 115 190 -
CMYK 0.16 0.39 0 0.25
HSL 275.2º 0.37% 0.6% -
HSV(B) 275.2º 0.39% 0.75% -
XYZ 29.72 23.35 51.66 -
YUV 136.71 158.08 143.9 -
System Red Green Blue C M Y K H S L
Decimal 159 115 190 0.16 0.39 0 0.25 275.2 0.37 0.6
Hex 9F 73 BE 10 27 0 19 113 25 3C
Octal 237 163 276 20 47 0 31 423 45 74
Binary 10011111 1110011 10111110 10000 100111 0 11001 100010011 100101 111100

Color Harmonies of #9F73BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F73BE

Black with #9F73BE

Text Example


Text Example

White with #9F73BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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