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

📋 copy color: '#9B7ABA'

red 155 ◦ green 122 ◦ blue 186

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

Shades of Purple Mountain's Majesty #9B7ABA

Tints of Purple Mountain's Majesty #9B7ABA

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.35%

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

R = 33.48%
G = 26.35%
B = 40.17%

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

#9B7ABA (or 0x9B7ABA) is known color: Purple Mountain's Majesty. HEX triplet: 9B, 7A and BA. RGB value is (155,122,186). Sum of RGB (Red+Green+Blue) = 155+122+186=463 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.48% from 463); Green value is 122 (48.05% from 255 or 26.35% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 186 - color contains mainly: blue. Hex color #9B7ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B7ABA is #648545. Grayscale: #8A8A8A. Windows color (decimal): -6587718 or 12221083. OLE color: 12221083.

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

Color convert

RGB 155 122 186 -
CMYK 0.17 0.34 0 0.27
HSL 270.94º 0.32% 0.6% -
HSV(B) 270.94º 0.34% 0.73% -
XYZ 29.34 24.43 49.62 -
YUV 139.16 154.43 139.3 -
System Red Green Blue C M Y K H S L
Decimal 155 122 186 0.17 0.34 0 0.27 270.94 0.32 0.6
Hex 9B 7A BA 11 22 0 1B 10F 20 3C
Octal 233 172 272 21 42 0 33 417 40 74
Binary 10011011 1111010 10111010 10001 100010 0 11011 100001111 100000 111100

Color Harmonies of #9B7ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7ABA

Black with #9B7ABA

Text Example


Text Example

White with #9B7ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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