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

📋 copy color: '#9B7EBF'

red 155 ◦ green 126 ◦ blue 191

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

Shades of Purple Mountain's Majesty #9B7EBF

Tints of Purple Mountain's Majesty #9B7EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.47%

R = 32.84%
G = 26.69%
B = 40.47%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9B7EBF (or 0x9B7EBF) is known color: Purple Mountain's Majesty. HEX triplet: 9B, 7E and BF. RGB value is (155,126,191). Sum of RGB (Red+Green+Blue) = 155+126+191=472 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.84% from 472); Green value is 126 (49.61% from 255 or 26.69% from 472); Blue value is 191 (75% from 255 or 40.47% from 472); Max value from RGB is 191 - color contains mainly: blue. Hex color #9B7EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B7EBF is #648140. Grayscale: #8D8D8D. Windows color (decimal): -6586689 or 12549787. OLE color: 12549787.

HSL color Cylindrical-coordinate representation of color #9B7EBF: hue angle of 266.77º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9B7EBF is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 155 126 191 -
CMYK 0.19 0.34 0 0.25
HSL 266.77º 0.34% 0.62% -
HSV(B) 266.77º 0.34% 0.75% -
XYZ 30.38 25.65 52.64 -
YUV 142.08 155.61 137.21 -
System Red Green Blue C M Y K H S L
Decimal 155 126 191 0.19 0.34 0 0.25 266.77 0.34 0.62
Hex 9B 7E BF 13 22 0 19 10B 22 3E
Octal 233 176 277 23 42 0 31 413 42 76
Binary 10011011 1111110 10111111 10011 100010 0 11001 100001011 100010 111110

Color Harmonies of #9B7EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7EBF

Black with #9B7EBF

Text Example


Text Example

White with #9B7EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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