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

📋 copy color: '#9F7CBE'

red 159 ◦ green 124 ◦ blue 190

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

Shades of Purple Mountain's Majesty #9F7CBE

Tints of Purple Mountain's Majesty #9F7CBE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.22%

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

R = 33.62%
G = 26.22%
B = 40.17%

CMYK

 C value IS 0.16

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9F7CBE (or 0x9F7CBE) is known color: Purple Mountain's Majesty. HEX triplet: 9F, 7C and BE. RGB value is (159,124,190). Sum of RGB (Red+Green+Blue) = 159+124+190=473 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.62% from 473); Green value is 124 (48.83% from 255 or 26.22% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F7CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F7CBE is #608341. Grayscale: #8D8D8D. Windows color (decimal): -6325058 or 12483743. OLE color: 12483743.

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

Color convert

RGB 159 124 190 -
CMYK 0.16 0.35 0 0.25
HSL 271.82º 0.34% 0.62% -
HSV(B) 271.82º 0.35% 0.75% -
XYZ 30.8 25.5 52.01 -
YUV 141.99 155.1 140.13 -
System Red Green Blue C M Y K H S L
Decimal 159 124 190 0.16 0.35 0 0.25 271.82 0.34 0.62
Hex 9F 7C BE 10 23 0 19 110 22 3E
Octal 237 174 276 20 43 0 31 420 42 76
Binary 10011111 1111100 10111110 10000 100011 0 11001 100010000 100010 111110

Color Harmonies of #9F7CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7CBE

Black with #9F7CBE

Text Example


Text Example

White with #9F7CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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