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

📋 copy color: '#9B86AC'

red 155 ◦ green 134 ◦ blue 172

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

Shades of Purple Mountain's Majesty #9B86AC

Tints of Purple Mountain's Majesty #9B86AC

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.07%

 BLUE value IS 172 (67.58% from 255) = 37.31%

R = 33.62%
G = 29.07%
B = 37.31%

CMYK

 C value IS 0.10

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9B86AC (or 0x9B86AC) is known color: Purple Mountain's Majesty. HEX triplet: 9B, 86 and AC. RGB value is (155,134,172). Sum of RGB (Red+Green+Blue) = 155+134+172=461 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.62% from 461); Green value is 134 (52.73% from 255 or 29.07% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 172 - color contains mainly: blue. Hex color #9B86AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B86AC is #647953. Grayscale: #909090. Windows color (decimal): -6584660 or 11306651. OLE color: 11306651.

HSL color Cylindrical-coordinate representation of color #9B86AC: hue angle of 273.16º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9B86AC is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 155 134 172 -
CMYK 0.10 0.22 0 0.33
HSL 273.16º 0.19% 0.6% -
HSV(B) 273.16º 0.22% 0.67% -
XYZ 29.49 27 42.69 -
YUV 144.61 143.46 135.41 -
System Red Green Blue C M Y K H S L
Decimal 155 134 172 0.10 0.22 0 0.33 273.16 0.19 0.6
Hex 9B 86 AC A 16 0 21 111 13 3C
Octal 233 206 254 12 26 0 41 421 23 74
Binary 10011011 10000110 10101100 1010 10110 0 100001 100010001 10011 111100

Color Harmonies of #9B86AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B86AC

Black with #9B86AC

Text Example


Text Example

White with #9B86AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,134,172); }

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

background-color css

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

 a { background-color: rgb(155,134,172); }

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

border-color css

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

 span { border-color: rgb(155,134,172); }

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