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

📋 copy color: '#9F7BBE'

red 159 ◦ green 123 ◦ blue 190

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

Shades of Purple Mountain's Majesty #9F7BBE

Tints of Purple Mountain's Majesty #9F7BBE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.06%

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

R = 33.69%
G = 26.06%
B = 40.25%

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

#9F7BBE (or 0x9F7BBE) is known color: Purple Mountain's Majesty. HEX triplet: 9F, 7B and BE. RGB value is (159,123,190). Sum of RGB (Red+Green+Blue) = 159+123+190=472 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.69% from 472); Green value is 123 (48.44% from 255 or 26.06% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F7BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F7BBE is #608441. Grayscale: #8D8D8D. Windows color (decimal): -6325314 or 12483487. OLE color: 12483487.

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

Color convert

RGB 159 123 190 -
CMYK 0.16 0.35 0 0.25
HSL 272.24º 0.34% 0.61% -
HSV(B) 272.24º 0.35% 0.75% -
XYZ 30.68 25.25 51.97 -
YUV 141.4 155.43 140.55 -
System Red Green Blue C M Y K H S L
Decimal 159 123 190 0.16 0.35 0 0.25 272.24 0.34 0.61
Hex 9F 7B BE 10 23 0 19 110 22 3D
Octal 237 173 276 20 43 0 31 420 42 75
Binary 10011111 1111011 10111110 10000 100011 0 11001 100010000 100010 111101

Color Harmonies of #9F7BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7BBE

Black with #9F7BBE

Text Example


Text Example

White with #9F7BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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