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

📋 copy color: '#9F80BC'

red 159 ◦ green 128 ◦ blue 188

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

Shades of Purple Mountain's Majesty #9F80BC

Tints of Purple Mountain's Majesty #9F80BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.58%

R = 33.47%
G = 26.95%
B = 39.58%

CMYK

 C value IS 0.15

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9F80BC (or 0x9F80BC) is known color: Purple Mountain's Majesty. HEX triplet: 9F, 80 and BC. RGB value is (159,128,188). Sum of RGB (Red+Green+Blue) = 159+128+188=475 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.47% from 475); Green value is 128 (50.39% from 255 or 26.95% from 475); Blue value is 188 (73.83% from 255 or 39.58% from 475); Max value from RGB is 188 - color contains mainly: blue. Hex color #9F80BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F80BC is #607F43. Grayscale: #8F8F8F. Windows color (decimal): -6324036 or 12353695. OLE color: 12353695.

HSL color Cylindrical-coordinate representation of color #9F80BC: hue angle of 271º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9F80BC is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 159 128 188 -
CMYK 0.15 0.32 0 0.26
HSL 271º 0.31% 0.62% -
HSV(B) 271º 0.32% 0.74% -
XYZ 31.09 26.44 51.04 -
YUV 144.11 152.77 138.62 -
System Red Green Blue C M Y K H S L
Decimal 159 128 188 0.15 0.32 0 0.26 271 0.31 0.62
Hex 9F 80 BC F 20 0 1A 10F 1F 3E
Octal 237 200 274 17 40 0 32 417 37 76
Binary 10011111 10000000 10111100 1111 100000 0 11010 100001111 11111 111110

Color Harmonies of #9F80BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F80BC

Black with #9F80BC

Text Example


Text Example

White with #9F80BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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