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

📋 copy color: '#9F83BA'

red 159 ◦ green 131 ◦ blue 186

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

Shades of Purple Mountain's Majesty #9F83BA

Tints of Purple Mountain's Majesty #9F83BA

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.52%

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

R = 33.4%
G = 27.52%
B = 39.08%

CMYK

 C value IS 0.15

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9F83BA (or 0x9F83BA) is known color: Purple Mountain's Majesty. HEX triplet: 9F, 83 and BA. RGB value is (159,131,186). Sum of RGB (Red+Green+Blue) = 159+131+186=476 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.40% from 476); Green value is 131 (51.56% from 255 or 27.52% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F83BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F83BA is #607C45. Grayscale: #919191. Windows color (decimal): -6323270 or 12223391. OLE color: 12223391.

HSL color Cylindrical-coordinate representation of color #9F83BA: hue angle of 270.55º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9F83BA is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 159 131 186 -
CMYK 0.15 0.30 0 0.27
HSL 270.55º 0.28% 0.62% -
HSV(B) 270.55º 0.3% 0.73% -
XYZ 31.28 27.15 50.05 -
YUV 145.64 150.78 137.53 -
System Red Green Blue C M Y K H S L
Decimal 159 131 186 0.15 0.30 0 0.27 270.55 0.28 0.62
Hex 9F 83 BA F 1E 0 1B 10F 1C 3E
Octal 237 203 272 17 36 0 33 417 34 76
Binary 10011111 10000011 10111010 1111 11110 0 11011 100001111 11100 111110

Color Harmonies of #9F83BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F83BA

Black with #9F83BA

Text Example


Text Example

White with #9F83BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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