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

📋 copy color: '#9B69BA'

red 155 ◦ green 105 ◦ blue 186

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

Shades of Purple Mountain's Majesty #9B69BA

Tints of Purple Mountain's Majesty #9B69BA

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.54%

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

R = 34.75%
G = 23.54%
B = 41.7%

CMYK

 C value IS 0.17

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9B69BA (or 0x9B69BA) is known color: Purple Mountain's Majesty. HEX triplet: 9B, 69 and BA. RGB value is (155,105,186). Sum of RGB (Red+Green+Blue) = 155+105+186=446 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.75% from 446); Green value is 105 (41.41% from 255 or 23.54% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 186 - color contains mainly: blue. Hex color #9B69BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B69BA is #649645. Grayscale: #808080. Windows color (decimal): -6592070 or 12216731. OLE color: 12216731.

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

Color convert

RGB 155 105 186 -
CMYK 0.17 0.44 0 0.27
HSL 277.04º 0.37% 0.57% -
HSV(B) 277.04º 0.44% 0.73% -
XYZ 27.43 20.62 48.99 -
YUV 129.18 160.07 146.41 -
System Red Green Blue C M Y K H S L
Decimal 155 105 186 0.17 0.44 0 0.27 277.04 0.37 0.57
Hex 9B 69 BA 11 2C 0 1B 115 25 39
Octal 233 151 272 21 54 0 33 425 45 71
Binary 10011011 1101001 10111010 10001 101100 0 11011 100010101 100101 111001

Color Harmonies of #9B69BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B69BA

Black with #9B69BA

Text Example


Text Example

White with #9B69BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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