Html Css Color HEX #9B708D Mountbatten Pink

📋 copy color: '#9B708D'

red 155 ◦ green 112 ◦ blue 141

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

Shades of Mountbatten Pink #9B708D

Tints of Mountbatten Pink #9B708D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.56%

R = 37.99%
G = 27.45%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.09

 K value IS 0.39

RGB Variations

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

Color information

#9B708D (or 0x9B708D) is known color: Mountbatten Pink. HEX triplet: 9B, 70 and 8D. RGB value is (155,112,141). Sum of RGB (Red+Green+Blue) = 155+112+141=408 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.99% from 408); Green value is 112 (44.14% from 255 or 27.45% from 408); Blue value is 141 (55.47% from 255 or 34.56% from 408); Max value from RGB is 155 - color contains mainly: red. Hex color #9B708D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B708D is #648F72. Grayscale: #808080. Windows color (decimal): -6590323 or 9269403. OLE color: 9269403.

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

Color convert

RGB 155 112 141 -
CMYK 0 0.28 0.09 0.39
HSL 319.53º 0.18% 0.52% -
HSV(B) 319.53º 0.28% 0.61% -
XYZ 24.12 20.48 27.88 -
YUV 128.16 135.25 147.14 -
System Red Green Blue C M Y K H S L
Decimal 155 112 141 0 0.28 0.09 0.39 319.53 0.18 0.52
Hex 9B 70 8D 0 1C 9 27 140 12 34
Octal 233 160 215 0 34 11 47 500 22 64
Binary 10011011 1110000 10001101 0 11100 1001 100111 101000000 10010 110100

Color Harmonies of #9B708D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B708D

Black with #9B708D

Text Example


Text Example

White with #9B708D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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