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

📋 copy color: '#9F72BE'

red 159 ◦ green 114 ◦ blue 190

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

Shades of Purple Mountain's Majesty #9F72BE

Tints of Purple Mountain's Majesty #9F72BE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.62%

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

R = 34.34%
G = 24.62%
B = 41.04%

CMYK

 C value IS 0.16

 M value IS 0.40

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9F72BE (or 0x9F72BE) is known color: Purple Mountain's Majesty. HEX triplet: 9F, 72 and BE. RGB value is (159,114,190). Sum of RGB (Red+Green+Blue) = 159+114+190=463 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.34% from 463); Green value is 114 (44.92% from 255 or 24.62% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F72BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F72BE is #608D41. Grayscale: #878787. Windows color (decimal): -6327618 or 12481183. OLE color: 12481183.

HSL color Cylindrical-coordinate representation of color #9F72BE: hue angle of 275.53º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9F72BE is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 159 114 190 -
CMYK 0.16 0.40 0 0.25
HSL 275.53º 0.37% 0.6% -
HSV(B) 275.53º 0.4% 0.75% -
XYZ 29.61 23.12 51.62 -
YUV 136.12 158.41 144.32 -
System Red Green Blue C M Y K H S L
Decimal 159 114 190 0.16 0.40 0 0.25 275.53 0.37 0.6
Hex 9F 72 BE 10 28 0 19 114 25 3C
Octal 237 162 276 20 50 0 31 424 45 74
Binary 10011111 1110010 10111110 10000 101000 0 11001 100010100 100101 111100

Color Harmonies of #9F72BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F72BE

Black with #9F72BE

Text Example


Text Example

White with #9F72BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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