Html Css Color HEX #9B708C Mountbatten Pink

📋 copy color: '#9B708C'

red 155 ◦ green 112 ◦ blue 140

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

Shades of Mountbatten Pink #9B708C

Tints of Mountbatten Pink #9B708C

RGB

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

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

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

R = 38.08%
G = 27.52%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#9B708C (or 0x9B708C) is known color: Mountbatten Pink. HEX triplet: 9B, 70 and 8C. RGB value is (155,112,140). Sum of RGB (Red+Green+Blue) = 155+112+140=407 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.08% from 407); Green value is 112 (44.14% from 255 or 27.52% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 155 - color contains mainly: red. Hex color #9B708C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B708C is #648F73. Grayscale: #7F7F7F. Windows color (decimal): -6590324 or 9203867. OLE color: 9203867.

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

Color convert

RGB 155 112 140 -
CMYK 0 0.28 0.10 0.39
HSL 320.93º 0.18% 0.52% -
HSV(B) 320.93º 0.28% 0.61% -
XYZ 24.05 20.45 27.49 -
YUV 128.05 134.75 147.22 -
System Red Green Blue C M Y K H S L
Decimal 155 112 140 0 0.28 0.10 0.39 320.93 0.18 0.52
Hex 9B 70 8C 0 1C A 27 141 12 34
Octal 233 160 214 0 34 12 47 501 22 64
Binary 10011011 1110000 10001100 0 11100 1010 100111 101000001 10010 110100

Color Harmonies of #9B708C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B708C

Black with #9B708C

Text Example


Text Example

White with #9B708C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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