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

📋 copy color: '#9F7EBA'

red 159 ◦ green 126 ◦ blue 186

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

Shades of Purple Mountain's Majesty #9F7EBA

Tints of Purple Mountain's Majesty #9F7EBA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.75%

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

R = 33.76%
G = 26.75%
B = 39.49%

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

#9F7EBA (or 0x9F7EBA) is known color: Purple Mountain's Majesty. HEX triplet: 9F, 7E and BA. RGB value is (159,126,186). Sum of RGB (Red+Green+Blue) = 159+126+186=471 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.76% from 471); Green value is 126 (49.61% from 255 or 26.75% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F7EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F7EBA is #608145. Grayscale: #8E8E8E. Windows color (decimal): -6324550 or 12222111. OLE color: 12222111.

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

Color convert

RGB 159 126 186 -
CMYK 0.15 0.32 0 0.27
HSL 273º 0.3% 0.61% -
HSV(B) 273º 0.32% 0.73% -
XYZ 30.62 25.84 49.83 -
YUV 142.71 152.43 139.62 -
System Red Green Blue C M Y K H S L
Decimal 159 126 186 0.15 0.32 0 0.27 273 0.3 0.61
Hex 9F 7E BA F 20 0 1B 111 1E 3D
Octal 237 176 272 17 40 0 33 421 36 75
Binary 10011111 1111110 10111010 1111 100000 0 11011 100010001 11110 111101

Color Harmonies of #9F7EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7EBA

Black with #9F7EBA

Text Example


Text Example

White with #9F7EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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