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

📋 copy color: '#9F7CBA'

red 159 ◦ green 124 ◦ blue 186

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

Shades of Purple Mountain's Majesty #9F7CBA

Tints of Purple Mountain's Majesty #9F7CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.66%

R = 33.9%
G = 26.44%
B = 39.66%

CMYK

 C value IS 0.15

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9F7CBA (or 0x9F7CBA) is known color: Purple Mountain's Majesty. HEX triplet: 9F, 7C and BA. RGB value is (159,124,186). Sum of RGB (Red+Green+Blue) = 159+124+186=469 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.90% from 469); Green value is 124 (48.83% from 255 or 26.44% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F7CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F7CBA is #608345. Grayscale: #8D8D8D. Windows color (decimal): -6325062 or 12221599. OLE color: 12221599.

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

Color convert

RGB 159 124 186 -
CMYK 0.15 0.33 0 0.27
HSL 273.87º 0.31% 0.61% -
HSV(B) 273.87º 0.33% 0.73% -
XYZ 30.37 25.33 49.74 -
YUV 141.53 153.1 140.46 -
System Red Green Blue C M Y K H S L
Decimal 159 124 186 0.15 0.33 0 0.27 273.87 0.31 0.61
Hex 9F 7C BA F 21 0 1B 112 1F 3D
Octal 237 174 272 17 41 0 33 422 37 75
Binary 10011111 1111100 10111010 1111 100001 0 11011 100010010 11111 111101

Color Harmonies of #9F7CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7CBA

Black with #9F7CBA

Text Example


Text Example

White with #9F7CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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