Html Css Color HEX #9B748E Mountbatten Pink

📋 copy color: '#9B748E'

red 155 ◦ green 116 ◦ blue 142

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

Shades of Mountbatten Pink #9B748E

Tints of Mountbatten Pink #9B748E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.38%

R = 37.53%
G = 28.09%
B = 34.38%

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

#9B748E (or 0x9B748E) is known color: Mountbatten Pink. HEX triplet: 9B, 74 and 8E. RGB value is (155,116,142). Sum of RGB (Red+Green+Blue) = 155+116+142=413 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.53% from 413); Green value is 116 (45.70% from 255 or 28.09% from 413); Blue value is 142 (55.86% from 255 or 34.38% from 413); Max value from RGB is 155 - color contains mainly: red. Hex color #9B748E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B748E is #648B71. Grayscale: #828282. Windows color (decimal): -6589298 or 9335963. OLE color: 9335963.

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

Color convert

RGB 155 116 142 -
CMYK 0 0.25 0.08 0.39
HSL 320º 0.16% 0.53% -
HSV(B) 320º 0.25% 0.61% -
XYZ 24.65 21.41 28.43 -
YUV 130.63 134.42 145.39 -
System Red Green Blue C M Y K H S L
Decimal 155 116 142 0 0.25 0.08 0.39 320 0.16 0.53
Hex 9B 74 8E 0 19 8 27 140 10 35
Octal 233 164 216 0 31 10 47 500 20 65
Binary 10011011 1110100 10001110 0 11001 1000 100111 101000000 10000 110101

Color Harmonies of #9B748E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B748E

Black with #9B748E

Text Example


Text Example

White with #9B748E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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