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

📋 copy color: '#9F74BA'

red 159 ◦ green 116 ◦ blue 186

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

Shades of Purple Mountain's Majesty #9F74BA

Tints of Purple Mountain's Majesty #9F74BA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.16%

 BLUE value IS 186 (73.05% from 255) = 40.35%

R = 34.49%
G = 25.16%
B = 40.35%

CMYK

 C value IS 0.15

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9F74BA (or 0x9F74BA) is known color: Purple Mountain's Majesty. HEX triplet: 9F, 74 and BA. RGB value is (159,116,186). Sum of RGB (Red+Green+Blue) = 159+116+186=461 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.49% from 461); Green value is 116 (45.70% from 255 or 25.16% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F74BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F74BA is #608B45. Grayscale: #888888. Windows color (decimal): -6327110 or 12219551. OLE color: 12219551.

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

Color convert

RGB 159 116 186 -
CMYK 0.15 0.38 0 0.27
HSL 276.86º 0.34% 0.59% -
HSV(B) 276.86º 0.38% 0.73% -
XYZ 29.41 23.41 49.42 -
YUV 136.84 155.75 143.81 -
System Red Green Blue C M Y K H S L
Decimal 159 116 186 0.15 0.38 0 0.27 276.86 0.34 0.59
Hex 9F 74 BA F 26 0 1B 115 22 3B
Octal 237 164 272 17 46 0 33 425 42 73
Binary 10011111 1110100 10111010 1111 100110 0 11011 100010101 100010 111011

Color Harmonies of #9F74BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F74BA

Black with #9F74BA

Text Example


Text Example

White with #9F74BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,116,186); }

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

background-color css

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

 a { background-color: rgb(159,116,186); }

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

border-color css

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

 span { border-color: rgb(159,116,186); }

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