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

📋 copy color: '#9F79BB'

red 159 ◦ green 121 ◦ blue 187

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

Shades of Purple Mountain's Majesty #9F79BB

Tints of Purple Mountain's Majesty #9F79BB

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.91%

 BLUE value IS 187 (73.44% from 255) = 40.04%

R = 34.05%
G = 25.91%
B = 40.04%

CMYK

 C value IS 0.15

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9F79BB (or 0x9F79BB) is known color: Purple Mountain's Majesty. HEX triplet: 9F, 79 and BB. RGB value is (159,121,187). Sum of RGB (Red+Green+Blue) = 159+121+187=467 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.05% from 467); Green value is 121 (47.66% from 255 or 25.91% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 187 - color contains mainly: blue. Hex color #9F79BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F79BB is #608644. Grayscale: #8B8B8B. Windows color (decimal): -6325829 or 12286367. OLE color: 12286367.

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

Color convert

RGB 159 121 187 -
CMYK 0.15 0.35 0 0.27
HSL 274.55º 0.33% 0.6% -
HSV(B) 274.55º 0.35% 0.73% -
XYZ 30.11 24.63 50.18 -
YUV 139.89 154.59 141.63 -
System Red Green Blue C M Y K H S L
Decimal 159 121 187 0.15 0.35 0 0.27 274.55 0.33 0.6
Hex 9F 79 BB F 23 0 1B 113 21 3C
Octal 237 171 273 17 43 0 33 423 41 74
Binary 10011111 1111001 10111011 1111 100011 0 11011 100010011 100001 111100

Color Harmonies of #9F79BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F79BB

Black with #9F79BB

Text Example


Text Example

White with #9F79BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,121,187); }

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

background-color css

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

 a { background-color: rgb(159,121,187); }

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

border-color css

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

 span { border-color: rgb(159,121,187); }

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