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

📋 copy color: '#9F70BE'

red 159 ◦ green 112 ◦ blue 190

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

Shades of Purple Mountain's Majesty #9F70BE

Tints of Purple Mountain's Majesty #9F70BE

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.3%

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

R = 34.49%
G = 24.3%
B = 41.21%

CMYK

 C value IS 0.16

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9F70BE (or 0x9F70BE) is known color: Purple Mountain's Majesty. HEX triplet: 9F, 70 and BE. RGB value is (159,112,190). Sum of RGB (Red+Green+Blue) = 159+112+190=461 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.49% from 461); Green value is 112 (44.14% from 255 or 24.30% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F70BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F70BE is #608F41. Grayscale: #868686. Windows color (decimal): -6328130 or 12480671. OLE color: 12480671.

HSL color Cylindrical-coordinate representation of color #9F70BE: hue angle of 276.15º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9F70BE is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 159 112 190 -
CMYK 0.16 0.41 0 0.25
HSL 276.15º 0.38% 0.59% -
HSV(B) 276.15º 0.41% 0.75% -
XYZ 29.39 22.68 51.54 -
YUV 134.95 159.07 145.16 -
System Red Green Blue C M Y K H S L
Decimal 159 112 190 0.16 0.41 0 0.25 276.15 0.38 0.59
Hex 9F 70 BE 10 29 0 19 114 26 3B
Octal 237 160 276 20 51 0 31 424 46 73
Binary 10011111 1110000 10111110 10000 101001 0 11001 100010100 100110 111011

Color Harmonies of #9F70BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F70BE

Black with #9F70BE

Text Example


Text Example

White with #9F70BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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