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

📋 copy color: '#9F7FBF'

red 159 ◦ green 127 ◦ blue 191

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

Shades of Purple Mountain's Majesty #9F7FBF

Tints of Purple Mountain's Majesty #9F7FBF

RGB

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

 GREEN value IS 127 (50% from 255) = 26.62%

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

R = 33.33%
G = 26.62%
B = 40.04%

CMYK

 C value IS 0.17

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9F7FBF (or 0x9F7FBF) is known color: Purple Mountain's Majesty. HEX triplet: 9F, 7F and BF. RGB value is (159,127,191). Sum of RGB (Red+Green+Blue) = 159+127+191=477 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.33% from 477); Green value is 127 (50% from 255 or 26.62% from 477); Blue value is 191 (75% from 255 or 40.04% from 477); Max value from RGB is 191 - color contains mainly: blue. Hex color #9F7FBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F7FBF is #608040. Grayscale: #8F8F8F. Windows color (decimal): -6324289 or 12550047. OLE color: 12550047.

HSL color Cylindrical-coordinate representation of color #9F7FBF: hue angle of 270º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9F7FBF is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 159 127 191 -
CMYK 0.17 0.34 0 0.25
HSL 270º 0.33% 0.62% -
HSV(B) 270º 0.34% 0.75% -
XYZ 31.29 26.31 52.72 -
YUV 143.86 154.6 138.8 -
System Red Green Blue C M Y K H S L
Decimal 159 127 191 0.17 0.34 0 0.25 270 0.33 0.62
Hex 9F 7F BF 11 22 0 19 10E 21 3E
Octal 237 177 277 21 42 0 31 416 41 76
Binary 10011111 1111111 10111111 10001 100010 0 11001 100001110 100001 111110

Color Harmonies of #9F7FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7FBF

Black with #9F7FBF

Text Example


Text Example

White with #9F7FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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