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

📋 copy color: '#9F81BC'

red 159 ◦ green 129 ◦ blue 188

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

Shades of Purple Mountain's Majesty #9F81BC

Tints of Purple Mountain's Majesty #9F81BC

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.1%

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

R = 33.4%
G = 27.1%
B = 39.5%

CMYK

 C value IS 0.15

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9F81BC (or 0x9F81BC) is known color: Purple Mountain's Majesty. HEX triplet: 9F, 81 and BC. RGB value is (159,129,188). Sum of RGB (Red+Green+Blue) = 159+129+188=476 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.40% from 476); Green value is 129 (50.78% from 255 or 27.10% from 476); Blue value is 188 (73.83% from 255 or 39.50% from 476); Max value from RGB is 188 - color contains mainly: blue. Hex color #9F81BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F81BC is #607E43. Grayscale: #909090. Windows color (decimal): -6323780 or 12353951. OLE color: 12353951.

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

Color convert

RGB 159 129 188 -
CMYK 0.15 0.31 0 0.26
HSL 270.51º 0.31% 0.62% -
HSV(B) 270.51º 0.31% 0.74% -
XYZ 31.23 26.7 51.09 -
YUV 144.7 152.44 138.2 -
System Red Green Blue C M Y K H S L
Decimal 159 129 188 0.15 0.31 0 0.26 270.51 0.31 0.62
Hex 9F 81 BC F 1F 0 1A 10F 1F 3E
Octal 237 201 274 17 37 0 32 417 37 76
Binary 10011111 10000001 10111100 1111 11111 0 11010 100001111 11111 111110

Color Harmonies of #9F81BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F81BC

Black with #9F81BC

Text Example


Text Example

White with #9F81BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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