Html Css Color HEX #9B6B90 Mountbatten Pink

📋 copy color: '#9B6B90'

red 155 ◦ green 107 ◦ blue 144

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

Shades of Mountbatten Pink #9B6B90

Tints of Mountbatten Pink #9B6B90

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.35%

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

R = 38.18%
G = 26.35%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.07

 K value IS 0.39

RGB Variations

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

Color information

#9B6B90 (or 0x9B6B90) is known color: Mountbatten Pink. HEX triplet: 9B, 6B and 90. RGB value is (155,107,144). Sum of RGB (Red+Green+Blue) = 155+107+144=406 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.18% from 406); Green value is 107 (42.19% from 255 or 26.35% from 406); Blue value is 144 (56.64% from 255 or 35.47% from 406); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6B90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6B90 is #64946F. Grayscale: #7D7D7D. Windows color (decimal): -6591600 or 9464731. OLE color: 9464731.

HSL color Cylindrical-coordinate representation of color #9B6B90: hue angle of 313.75º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9B6B90 is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 107 144 -
CMYK 0 0.31 0.07 0.39
HSL 313.75º 0.19% 0.51% -
HSV(B) 313.75º 0.31% 0.61% -
XYZ 23.81 19.5 28.89 -
YUV 125.57 138.4 148.99 -
System Red Green Blue C M Y K H S L
Decimal 155 107 144 0 0.31 0.07 0.39 313.75 0.19 0.51
Hex 9B 6B 90 0 1F 7 27 13A 13 33
Octal 233 153 220 0 37 7 47 472 23 63
Binary 10011011 1101011 10010000 0 11111 111 100111 100111010 10011 110011

Color Harmonies of #9B6B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6B90

Black with #9B6B90

Text Example


Text Example

White with #9B6B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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