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

📋 copy color: '#9F6FBA'

red 159 ◦ green 111 ◦ blue 186

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

Shades of Purple Mountain's Majesty #9F6FBA

Tints of Purple Mountain's Majesty #9F6FBA

RGB

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

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

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

R = 34.87%
G = 24.34%
B = 40.79%

CMYK

 C value IS 0.15

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9F6FBA (or 0x9F6FBA) is known color: Purple Mountain's Majesty. HEX triplet: 9F, 6F and BA. RGB value is (159,111,186). Sum of RGB (Red+Green+Blue) = 159+111+186=456 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.87% from 456); Green value is 111 (43.75% from 255 or 24.34% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F6FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F6FBA is #609045. Grayscale: #858585. Windows color (decimal): -6328390 or 12218271. OLE color: 12218271.

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

Color convert

RGB 159 111 186 -
CMYK 0.15 0.40 0 0.27
HSL 278.4º 0.35% 0.58% -
HSV(B) 278.4º 0.4% 0.73% -
XYZ 28.85 22.28 49.24 -
YUV 133.9 157.4 145.9 -
System Red Green Blue C M Y K H S L
Decimal 159 111 186 0.15 0.40 0 0.27 278.4 0.35 0.58
Hex 9F 6F BA F 28 0 1B 116 23 3A
Octal 237 157 272 17 50 0 33 426 43 72
Binary 10011111 1101111 10111010 1111 101000 0 11011 100010110 100011 111010

Color Harmonies of #9F6FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6FBA

Black with #9F6FBA

Text Example


Text Example

White with #9F6FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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