Html Css Color HEX #9B7691 Mountbatten Pink

📋 copy color: '#9B7691'

red 155 ◦ green 118 ◦ blue 145

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

Shades of Mountbatten Pink #9B7691

Tints of Mountbatten Pink #9B7691

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.23%

 BLUE value IS 145 (57.03% from 255) = 34.69%

R = 37.08%
G = 28.23%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.06

 K value IS 0.39

RGB Variations

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

Color information

#9B7691 (or 0x9B7691) is known color: Mountbatten Pink. HEX triplet: 9B, 76 and 91. RGB value is (155,118,145). Sum of RGB (Red+Green+Blue) = 155+118+145=418 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.08% from 418); Green value is 118 (46.48% from 255 or 28.23% from 418); Blue value is 145 (57.03% from 255 or 34.69% from 418); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7691 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7691 is #64896E. Grayscale: #848484. Windows color (decimal): -6588783 or 9533083. OLE color: 9533083.

HSL color Cylindrical-coordinate representation of color #9B7691: hue angle of 316.22º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9B7691 is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 118 145 -
CMYK 0 0.24 0.06 0.39
HSL 316.22º 0.16% 0.54% -
HSV(B) 316.22º 0.24% 0.61% -
XYZ 25.11 21.97 29.71 -
YUV 132.14 135.26 144.3 -
System Red Green Blue C M Y K H S L
Decimal 155 118 145 0 0.24 0.06 0.39 316.22 0.16 0.54
Hex 9B 76 91 0 18 6 27 13C 10 36
Octal 233 166 221 0 30 6 47 474 20 66
Binary 10011011 1110110 10010001 0 11000 110 100111 100111100 10000 110110

Color Harmonies of #9B7691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7691

Black with #9B7691

Text Example


Text Example

White with #9B7691

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,118,145); }

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

background-color css

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

 a { background-color: rgb(155,118,145); }

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

border-color css

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

 span { border-color: rgb(155,118,145); }

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