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

📋 copy color: '#9B7FBB'

red 155 ◦ green 127 ◦ blue 187

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

Shades of Purple Mountain's Majesty #9B7FBB

Tints of Purple Mountain's Majesty #9B7FBB

RGB

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

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

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

R = 33.05%
G = 27.08%
B = 39.87%

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

#9B7FBB (or 0x9B7FBB) is known color: Purple Mountain's Majesty. HEX triplet: 9B, 7F and BB. RGB value is (155,127,187). Sum of RGB (Red+Green+Blue) = 155+127+187=469 (62% of max value = 765). Red value is 155 (60.94% from 255 or 33.05% from 469); Green value is 127 (50% from 255 or 27.08% from 469); Blue value is 187 (73.44% from 255 or 39.87% from 469); Max value from RGB is 187 - color contains mainly: blue. Hex color #9B7FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B7FBB is #648044. Grayscale: #8E8E8E. Windows color (decimal): -6586437 or 12287899. OLE color: 12287899.

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

Color convert

RGB 155 127 187 -
CMYK 0.17 0.32 0 0.27
HSL 268º 0.31% 0.62% -
HSV(B) 268º 0.32% 0.73% -
XYZ 30.08 25.74 50.4 -
YUV 142.21 153.28 137.12 -
System Red Green Blue C M Y K H S L
Decimal 155 127 187 0.17 0.32 0 0.27 268 0.31 0.62
Hex 9B 7F BB 11 20 0 1B 10C 1F 3E
Octal 233 177 273 21 40 0 33 414 37 76
Binary 10011011 1111111 10111011 10001 100000 0 11011 100001100 11111 111110

Color Harmonies of #9B7FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7FBB

Black with #9B7FBB

Text Example


Text Example

White with #9B7FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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