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

📋 copy color: '#9F6FBB'

red 159 ◦ green 111 ◦ blue 187

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

Shades of Purple Mountain's Majesty #9F6FBB

Tints of Purple Mountain's Majesty #9F6FBB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.29%

 BLUE value IS 187 (73.44% from 255) = 40.92%

R = 34.79%
G = 24.29%
B = 40.92%

CMYK

 C value IS 0.15

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9F6FBB (or 0x9F6FBB) is known color: Purple Mountain's Majesty. HEX triplet: 9F, 6F and BB. RGB value is (159,111,187). Sum of RGB (Red+Green+Blue) = 159+111+187=457 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.79% from 457); Green value is 111 (43.75% from 255 or 24.29% from 457); Blue value is 187 (73.44% from 255 or 40.92% from 457); Max value from RGB is 187 - color contains mainly: blue. Hex color #9F6FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F6FBB is #609044. Grayscale: #858585. Windows color (decimal): -6328389 or 12283807. OLE color: 12283807.

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

Color convert

RGB 159 111 187 -
CMYK 0.15 0.41 0 0.27
HSL 277.89º 0.36% 0.58% -
HSV(B) 277.89º 0.41% 0.73% -
XYZ 28.95 22.33 49.8 -
YUV 134.02 157.9 145.82 -
System Red Green Blue C M Y K H S L
Decimal 159 111 187 0.15 0.41 0 0.27 277.89 0.36 0.58
Hex 9F 6F BB F 29 0 1B 116 24 3A
Octal 237 157 273 17 51 0 33 426 44 72
Binary 10011111 1101111 10111011 1111 101001 0 11011 100010110 100100 111010

Color Harmonies of #9F6FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6FBB

Black with #9F6FBB

Text Example


Text Example

White with #9F6FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,111,187); }

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

background-color css

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

 a { background-color: rgb(159,111,187); }

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

border-color css

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

 span { border-color: rgb(159,111,187); }

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