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

📋 copy color: '#9B7BBA'

red 155 ◦ green 123 ◦ blue 186

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

Shades of Purple Mountain's Majesty #9B7BBA

Tints of Purple Mountain's Majesty #9B7BBA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.51%

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

R = 33.41%
G = 26.51%
B = 40.09%

CMYK

 C value IS 0.17

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9B7BBA (or 0x9B7BBA) is known color: Purple Mountain's Majesty. HEX triplet: 9B, 7B and BA. RGB value is (155,123,186). Sum of RGB (Red+Green+Blue) = 155+123+186=464 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.41% from 464); Green value is 123 (48.44% from 255 or 26.51% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 186 - color contains mainly: blue. Hex color #9B7BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B7BBA is #648445. Grayscale: #8B8B8B. Windows color (decimal): -6587462 or 12221339. OLE color: 12221339.

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

Color convert

RGB 155 123 186 -
CMYK 0.17 0.34 0 0.27
HSL 270.48º 0.31% 0.61% -
HSV(B) 270.48º 0.34% 0.73% -
XYZ 29.46 24.68 49.67 -
YUV 139.75 154.1 138.88 -
System Red Green Blue C M Y K H S L
Decimal 155 123 186 0.17 0.34 0 0.27 270.48 0.31 0.61
Hex 9B 7B BA 11 22 0 1B 10E 1F 3D
Octal 233 173 272 21 42 0 33 416 37 75
Binary 10011011 1111011 10111010 10001 100010 0 11011 100001110 11111 111101

Color Harmonies of #9B7BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7BBA

Black with #9B7BBA

Text Example


Text Example

White with #9B7BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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