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

📋 copy color: '#9F7FBB'

red 159 ◦ green 127 ◦ blue 187

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

Shades of Purple Mountain's Majesty #9F7FBB

Tints of Purple Mountain's Majesty #9F7FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.53%

R = 33.62%
G = 26.85%
B = 39.53%

CMYK

 C value IS 0.15

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9F7FBB (or 0x9F7FBB) is known color: Purple Mountain's Majesty. HEX triplet: 9F, 7F and BB. RGB value is (159,127,187). Sum of RGB (Red+Green+Blue) = 159+127+187=473 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.62% from 473); Green value is 127 (50% from 255 or 26.85% from 473); Blue value is 187 (73.44% from 255 or 39.53% from 473); Max value from RGB is 187 - color contains mainly: blue. Hex color #9F7FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F7FBB is #608044. Grayscale: #8F8F8F. Windows color (decimal): -6324293 or 12287903. OLE color: 12287903.

HSL color Cylindrical-coordinate representation of color #9F7FBB: hue angle of 272º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9F7FBB is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 159 127 187 -
CMYK 0.15 0.32 0 0.27
HSL 272º 0.31% 0.62% -
HSV(B) 272º 0.32% 0.73% -
XYZ 30.86 26.14 50.43 -
YUV 143.41 152.6 139.12 -
System Red Green Blue C M Y K H S L
Decimal 159 127 187 0.15 0.32 0 0.27 272 0.31 0.62
Hex 9F 7F BB F 20 0 1B 110 1F 3E
Octal 237 177 273 17 40 0 33 420 37 76
Binary 10011111 1111111 10111011 1111 100000 0 11011 100010000 11111 111110

Color Harmonies of #9F7FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7FBB

Black with #9F7FBB

Text Example


Text Example

White with #9F7FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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