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

📋 copy color: '#9F70BF'

red 159 ◦ green 112 ◦ blue 191

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

Shades of Purple Mountain's Majesty #9F70BF

Tints of Purple Mountain's Majesty #9F70BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 41.34%

R = 34.42%
G = 24.24%
B = 41.34%

CMYK

 C value IS 0.17

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9F70BF (or 0x9F70BF) is known color: Purple Mountain's Majesty. HEX triplet: 9F, 70 and BF. RGB value is (159,112,191). Sum of RGB (Red+Green+Blue) = 159+112+191=462 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.42% from 462); Green value is 112 (44.14% from 255 or 24.24% from 462); Blue value is 191 (75% from 255 or 41.34% from 462); Max value from RGB is 191 - color contains mainly: blue. Hex color #9F70BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F70BF is #608F40. Grayscale: #868686. Windows color (decimal): -6328129 or 12546207. OLE color: 12546207.

HSL color Cylindrical-coordinate representation of color #9F70BF: hue angle of 275.7º 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 #9F70BF is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 159 112 191 -
CMYK 0.17 0.41 0 0.25
HSL 275.7º 0.38% 0.59% -
HSV(B) 275.7º 0.41% 0.75% -
XYZ 29.5 22.72 52.12 -
YUV 135.06 159.57 145.08 -
System Red Green Blue C M Y K H S L
Decimal 159 112 191 0.17 0.41 0 0.25 275.7 0.38 0.59
Hex 9F 70 BF 11 29 0 19 114 26 3B
Octal 237 160 277 21 51 0 31 424 46 73
Binary 10011111 1110000 10111111 10001 101001 0 11001 100010100 100110 111011

Color Harmonies of #9F70BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F70BF

Black with #9F70BF

Text Example


Text Example

White with #9F70BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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