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

📋 copy color: '#9B80BD'

red 155 ◦ green 128 ◦ blue 189

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

Shades of Purple Mountain's Majesty #9B80BD

Tints of Purple Mountain's Majesty #9B80BD

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.12%

 BLUE value IS 189 (74.22% from 255) = 40.04%

R = 32.84%
G = 27.12%
B = 40.04%

CMYK

 C value IS 0.18

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9B80BD (or 0x9B80BD) is known color: Purple Mountain's Majesty. HEX triplet: 9B, 80 and BD. RGB value is (155,128,189). Sum of RGB (Red+Green+Blue) = 155+128+189=472 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.84% from 472); Green value is 128 (50.39% from 255 or 27.12% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 189 - color contains mainly: blue. Hex color #9B80BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B80BD is #647F42. Grayscale: #8E8E8E. Windows color (decimal): -6586179 or 12419227. OLE color: 12419227.

HSL color Cylindrical-coordinate representation of color #9B80BD: hue angle of 266.56º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9B80BD is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 155 128 189 -
CMYK 0.18 0.32 0 0.26
HSL 266.56º 0.32% 0.62% -
HSV(B) 266.56º 0.32% 0.74% -
XYZ 30.42 26.08 51.57 -
YUV 143.03 153.95 136.54 -
System Red Green Blue C M Y K H S L
Decimal 155 128 189 0.18 0.32 0 0.26 266.56 0.32 0.62
Hex 9B 80 BD 12 20 0 1A 10B 20 3E
Octal 233 200 275 22 40 0 32 413 40 76
Binary 10011011 10000000 10111101 10010 100000 0 11010 100001011 100000 111110

Color Harmonies of #9B80BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B80BD

Black with #9B80BD

Text Example


Text Example

White with #9B80BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,128,189); }

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

background-color css

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

 a { background-color: rgb(155,128,189); }

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

border-color css

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

 span { border-color: rgb(155,128,189); }

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