Html Css Color HEX #9B748F Mountbatten Pink

📋 copy color: '#9B748F'

red 155 ◦ green 116 ◦ blue 143

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

Shades of Mountbatten Pink #9B748F

Tints of Mountbatten Pink #9B748F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.02%

 BLUE value IS 143 (56.25% from 255) = 34.54%

R = 37.44%
G = 28.02%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#9B748F (or 0x9B748F) is known color: Mountbatten Pink. HEX triplet: 9B, 74 and 8F. RGB value is (155,116,143). Sum of RGB (Red+Green+Blue) = 155+116+143=414 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.44% from 414); Green value is 116 (45.70% from 255 or 28.02% from 414); Blue value is 143 (56.25% from 255 or 34.54% from 414); Max value from RGB is 155 - color contains mainly: red. Hex color #9B748F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B748F is #648B70. Grayscale: #828282. Windows color (decimal): -6589297 or 9401499. OLE color: 9401499.

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

Color convert

RGB 155 116 143 -
CMYK 0 0.25 0.08 0.39
HSL 318.46º 0.16% 0.53% -
HSV(B) 318.46º 0.25% 0.61% -
XYZ 24.72 21.44 28.82 -
YUV 130.74 134.92 145.3 -
System Red Green Blue C M Y K H S L
Decimal 155 116 143 0 0.25 0.08 0.39 318.46 0.16 0.53
Hex 9B 74 8F 0 19 8 27 13E 10 35
Octal 233 164 217 0 31 10 47 476 20 65
Binary 10011011 1110100 10001111 0 11001 1000 100111 100111110 10000 110101

Color Harmonies of #9B748F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B748F

Black with #9B748F

Text Example


Text Example

White with #9B748F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,116,143); }

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

background-color css

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

 a { background-color: rgb(155,116,143); }

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

border-color css

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

 span { border-color: rgb(155,116,143); }

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