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

📋 copy color: '#9F80BF'

red 159 ◦ green 128 ◦ blue 191

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

Shades of Purple Mountain's Majesty #9F80BF

Tints of Purple Mountain's Majesty #9F80BF

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.78%

 BLUE value IS 191 (75% from 255) = 39.96%

R = 33.26%
G = 26.78%
B = 39.96%

CMYK

 C value IS 0.17

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9F80BF (or 0x9F80BF) is known color: Purple Mountain's Majesty. HEX triplet: 9F, 80 and BF. RGB value is (159,128,191). Sum of RGB (Red+Green+Blue) = 159+128+191=478 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.26% from 478); Green value is 128 (50.39% from 255 or 26.78% from 478); Blue value is 191 (75% from 255 or 39.96% from 478); Max value from RGB is 191 - color contains mainly: blue. Hex color #9F80BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F80BF is #607F40. Grayscale: #909090. Windows color (decimal): -6324033 or 12550303. OLE color: 12550303.

HSL color Cylindrical-coordinate representation of color #9F80BF: hue angle of 269.52º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9F80BF is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 159 128 191 -
CMYK 0.17 0.33 0 0.25
HSL 269.52º 0.33% 0.63% -
HSV(B) 269.52º 0.33% 0.75% -
XYZ 31.42 26.57 52.76 -
YUV 144.45 154.27 138.38 -
System Red Green Blue C M Y K H S L
Decimal 159 128 191 0.17 0.33 0 0.25 269.52 0.33 0.63
Hex 9F 80 BF 11 21 0 19 10E 21 3F
Octal 237 200 277 21 41 0 31 416 41 77
Binary 10011111 10000000 10111111 10001 100001 0 11001 100001110 100001 111111

Color Harmonies of #9F80BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F80BF

Black with #9F80BF

Text Example


Text Example

White with #9F80BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,128,191); }

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

background-color css

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

 a { background-color: rgb(159,128,191); }

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

border-color css

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

 span { border-color: rgb(159,128,191); }

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