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

📋 copy color: '#9B7FBA'

red 155 ◦ green 127 ◦ blue 186

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

Shades of Purple Mountain's Majesty #9B7FBA

Tints of Purple Mountain's Majesty #9B7FBA

RGB

 RED value IS 155 (60.94% from 255) = 33.12%

 GREEN value IS 127 (50% from 255) = 27.14%

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

R = 33.12%
G = 27.14%
B = 39.74%

CMYK

 C value IS 0.17

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9B7FBA (or 0x9B7FBA) is known color: Purple Mountain's Majesty. HEX triplet: 9B, 7F and BA. RGB value is (155,127,186). Sum of RGB (Red+Green+Blue) = 155+127+186=468 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.12% from 468); Green value is 127 (50% from 255 or 27.14% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 186 - color contains mainly: blue. Hex color #9B7FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B7FBA is #648045. Grayscale: #8D8D8D. Windows color (decimal): -6586438 or 12222363. OLE color: 12222363.

HSL color Cylindrical-coordinate representation of color #9B7FBA: hue angle of 268.47º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9B7FBA is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 155 127 186 -
CMYK 0.17 0.32 0 0.27
HSL 268.47º 0.3% 0.61% -
HSV(B) 268.47º 0.32% 0.73% -
XYZ 29.97 25.69 49.83 -
YUV 142.1 152.78 137.2 -
System Red Green Blue C M Y K H S L
Decimal 155 127 186 0.17 0.32 0 0.27 268.47 0.3 0.61
Hex 9B 7F BA 11 20 0 1B 10C 1E 3D
Octal 233 177 272 21 40 0 33 414 36 75
Binary 10011011 1111111 10111010 10001 100000 0 11011 100001100 11110 111101

Color Harmonies of #9B7FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7FBA

Black with #9B7FBA

Text Example


Text Example

White with #9B7FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,127,186); }

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

background-color css

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

 a { background-color: rgb(155,127,186); }

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

border-color css

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

 span { border-color: rgb(155,127,186); }

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