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

📋 copy color: '#9F7FBE'

red 159 ◦ green 127 ◦ blue 190

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

Shades of Purple Mountain's Majesty #9F7FBE

Tints of Purple Mountain's Majesty #9F7FBE

RGB

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

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

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

R = 33.4%
G = 26.68%
B = 39.92%

CMYK

 C value IS 0.16

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9F7FBE (or 0x9F7FBE) is known color: Purple Mountain's Majesty. HEX triplet: 9F, 7F and BE. RGB value is (159,127,190). Sum of RGB (Red+Green+Blue) = 159+127+190=476 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.40% from 476); Green value is 127 (50% from 255 or 26.68% from 476); Blue value is 190 (74.61% from 255 or 39.92% from 476); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F7FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F7FBE is #608041. Grayscale: #8F8F8F. Windows color (decimal): -6324290 or 12484511. OLE color: 12484511.

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

Color convert

RGB 159 127 190 -
CMYK 0.16 0.33 0 0.25
HSL 270.48º 0.33% 0.62% -
HSV(B) 270.48º 0.33% 0.75% -
XYZ 31.18 26.27 52.14 -
YUV 143.75 154.1 138.88 -
System Red Green Blue C M Y K H S L
Decimal 159 127 190 0.16 0.33 0 0.25 270.48 0.33 0.62
Hex 9F 7F BE 10 21 0 19 10E 21 3E
Octal 237 177 276 20 41 0 31 416 41 76
Binary 10011111 1111111 10111110 10000 100001 0 11001 100001110 100001 111110

Color Harmonies of #9F7FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7FBE

Black with #9F7FBE

Text Example


Text Example

White with #9F7FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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