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

📋 copy color: '#9B7EBA'

red 155 ◦ green 126 ◦ blue 186

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

Shades of Purple Mountain's Majesty #9B7EBA

Tints of Purple Mountain's Majesty #9B7EBA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.98%

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

R = 33.19%
G = 26.98%
B = 39.83%

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

#9B7EBA (or 0x9B7EBA) is known color: Purple Mountain's Majesty. HEX triplet: 9B, 7E and BA. RGB value is (155,126,186). Sum of RGB (Red+Green+Blue) = 155+126+186=467 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.19% from 467); Green value is 126 (49.61% from 255 or 26.98% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 186 - color contains mainly: blue. Hex color #9B7EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B7EBA is #648145. Grayscale: #8D8D8D. Windows color (decimal): -6586694 or 12222107. OLE color: 12222107.

HSL color Cylindrical-coordinate representation of color #9B7EBA: hue angle of 269º 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 #9B7EBA is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 155 126 186 -
CMYK 0.17 0.32 0 0.27
HSL 269º 0.3% 0.61% -
HSV(B) 269º 0.32% 0.73% -
XYZ 29.84 25.44 49.79 -
YUV 141.51 153.11 137.62 -
System Red Green Blue C M Y K H S L
Decimal 155 126 186 0.17 0.32 0 0.27 269 0.3 0.61
Hex 9B 7E BA 11 20 0 1B 10D 1E 3D
Octal 233 176 272 21 40 0 33 415 36 75
Binary 10011011 1111110 10111010 10001 100000 0 11011 100001101 11110 111101

Color Harmonies of #9B7EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7EBA

Black with #9B7EBA

Text Example


Text Example

White with #9B7EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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