Html Css Color HEX #9B6991 Mountbatten Pink

📋 copy color: '#9B6991'

red 155 ◦ green 105 ◦ blue 145

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

Shades of Mountbatten Pink #9B6991

Tints of Mountbatten Pink #9B6991

RGB

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

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

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

R = 38.27%
G = 25.93%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.06

 K value IS 0.39

RGB Variations

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

Color information

#9B6991 (or 0x9B6991) is known color: Mountbatten Pink. HEX triplet: 9B, 69 and 91. RGB value is (155,105,145). Sum of RGB (Red+Green+Blue) = 155+105+145=405 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.27% from 405); Green value is 105 (41.41% from 255 or 25.93% from 405); Blue value is 145 (57.03% from 255 or 35.80% from 405); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6991 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6991 is #64966E. Grayscale: #7C7C7C. Windows color (decimal): -6592111 or 9529755. OLE color: 9529755.

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

Color convert

RGB 155 105 145 -
CMYK 0 0.32 0.06 0.39
HSL 312º 0.2% 0.51% -
HSV(B) 312º 0.32% 0.61% -
XYZ 23.68 19.12 29.23 -
YUV 124.51 139.57 149.75 -
System Red Green Blue C M Y K H S L
Decimal 155 105 145 0 0.32 0.06 0.39 312 0.2 0.51
Hex 9B 69 91 0 20 6 27 138 14 33
Octal 233 151 221 0 40 6 47 470 24 63
Binary 10011011 1101001 10010001 0 100000 110 100111 100111000 10100 110011

Color Harmonies of #9B6991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6991

Black with #9B6991

Text Example


Text Example

White with #9B6991

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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