Html Css Color HEX #9B7091 Mountbatten Pink

📋 copy color: '#9B7091'

red 155 ◦ green 112 ◦ blue 145

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

Shades of Mountbatten Pink #9B7091

Tints of Mountbatten Pink #9B7091

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.18%

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

R = 37.62%
G = 27.18%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.06

 K value IS 0.39

RGB Variations

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

Color information

#9B7091 (or 0x9B7091) is known color: Mountbatten Pink. HEX triplet: 9B, 70 and 91. RGB value is (155,112,145). Sum of RGB (Red+Green+Blue) = 155+112+145=412 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.62% from 412); Green value is 112 (44.14% from 255 or 27.18% from 412); Blue value is 145 (57.03% from 255 or 35.19% from 412); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7091 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7091 is #648F6E. Grayscale: #808080. Windows color (decimal): -6590319 or 9531547. OLE color: 9531547.

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

Color convert

RGB 155 112 145 -
CMYK 0 0.28 0.06 0.39
HSL 313.95º 0.18% 0.52% -
HSV(B) 313.95º 0.28% 0.61% -
XYZ 24.42 20.6 29.48 -
YUV 128.62 137.25 146.82 -
System Red Green Blue C M Y K H S L
Decimal 155 112 145 0 0.28 0.06 0.39 313.95 0.18 0.52
Hex 9B 70 91 0 1C 6 27 13A 12 34
Octal 233 160 221 0 34 6 47 472 22 64
Binary 10011011 1110000 10010001 0 11100 110 100111 100111010 10010 110100

Color Harmonies of #9B7091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7091

Black with #9B7091

Text Example


Text Example

White with #9B7091

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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