Html Css Color HEX #9B7690 Mountbatten Pink

📋 copy color: '#9B7690'

red 155 ◦ green 118 ◦ blue 144

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

Shades of Mountbatten Pink #9B7690

Tints of Mountbatten Pink #9B7690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 34.53%

R = 37.17%
G = 28.3%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.07

 K value IS 0.39

RGB Variations

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

Color information

#9B7690 (or 0x9B7690) is known color: Mountbatten Pink. HEX triplet: 9B, 76 and 90. RGB value is (155,118,144). Sum of RGB (Red+Green+Blue) = 155+118+144=417 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.17% from 417); Green value is 118 (46.48% from 255 or 28.30% from 417); Blue value is 144 (56.64% from 255 or 34.53% from 417); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7690 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7690 is #64896F. Grayscale: #838383. Windows color (decimal): -6588784 or 9467547. OLE color: 9467547.

HSL color Cylindrical-coordinate representation of color #9B7690: hue angle of 317.84º 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 #9B7690 is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 118 144 -
CMYK 0 0.24 0.07 0.39
HSL 317.84º 0.16% 0.54% -
HSV(B) 317.84º 0.24% 0.61% -
XYZ 25.03 21.94 29.3 -
YUV 132.03 134.76 144.39 -
System Red Green Blue C M Y K H S L
Decimal 155 118 144 0 0.24 0.07 0.39 317.84 0.16 0.54
Hex 9B 76 90 0 18 7 27 13E 10 36
Octal 233 166 220 0 30 7 47 476 20 66
Binary 10011011 1110110 10010000 0 11000 111 100111 100111110 10000 110110

Color Harmonies of #9B7690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7690

Black with #9B7690

Text Example


Text Example

White with #9B7690

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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