Html Css Color HEX #9B718C Mountbatten Pink

📋 copy color: '#9B718C'

red 155 ◦ green 113 ◦ blue 140

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

Shades of Mountbatten Pink #9B718C

Tints of Mountbatten Pink #9B718C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.7%

 BLUE value IS 140 (55.08% from 255) = 34.31%

R = 37.99%
G = 27.7%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#9B718C (or 0x9B718C) is known color: Mountbatten Pink. HEX triplet: 9B, 71 and 8C. RGB value is (155,113,140). Sum of RGB (Red+Green+Blue) = 155+113+140=408 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.99% from 408); Green value is 113 (44.53% from 255 or 27.70% from 408); Blue value is 140 (55.08% from 255 or 34.31% from 408); Max value from RGB is 155 - color contains mainly: red. Hex color #9B718C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B718C is #648E73. Grayscale: #808080. Windows color (decimal): -6590068 or 9204123. OLE color: 9204123.

HSL color Cylindrical-coordinate representation of color #9B718C: hue angle of 321.43º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9B718C is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 113 140 -
CMYK 0 0.27 0.10 0.39
HSL 321.43º 0.17% 0.53% -
HSV(B) 321.43º 0.27% 0.61% -
XYZ 24.16 20.67 27.53 -
YUV 128.64 134.41 146.8 -
System Red Green Blue C M Y K H S L
Decimal 155 113 140 0 0.27 0.10 0.39 321.43 0.17 0.53
Hex 9B 71 8C 0 1B A 27 141 11 35
Octal 233 161 214 0 33 12 47 501 21 65
Binary 10011011 1110001 10001100 0 11011 1010 100111 101000001 10001 110101

Color Harmonies of #9B718C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B718C

Black with #9B718C

Text Example


Text Example

White with #9B718C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,113,140); }

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

background-color css

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

 a { background-color: rgb(155,113,140); }

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

border-color css

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

 span { border-color: rgb(155,113,140); }

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