Html Css Color HEX #9B738A Mountbatten Pink

📋 copy color: '#9B738A'

red 155 ◦ green 115 ◦ blue 138

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

Shades of Mountbatten Pink #9B738A

Tints of Mountbatten Pink #9B738A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.19%

 BLUE value IS 138 (54.3% from 255) = 33.82%

R = 37.99%
G = 28.19%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.11

 K value IS 0.39

RGB Variations

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

Color information

#9B738A (or 0x9B738A) is known color: Mountbatten Pink. HEX triplet: 9B, 73 and 8A. RGB value is (155,115,138). Sum of RGB (Red+Green+Blue) = 155+115+138=408 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.99% from 408); Green value is 115 (45.31% from 255 or 28.19% from 408); Blue value is 138 (54.30% from 255 or 33.82% from 408); Max value from RGB is 155 - color contains mainly: red. Hex color #9B738A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B738A is #648C75. Grayscale: #818181. Windows color (decimal): -6589558 or 9073563. OLE color: 9073563.

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

Color convert

RGB 155 115 138 -
CMYK 0 0.26 0.11 0.39
HSL 325.5º 0.17% 0.53% -
HSV(B) 325.5º 0.26% 0.61% -
XYZ 24.24 21.07 26.83 -
YUV 129.58 132.75 146.13 -
System Red Green Blue C M Y K H S L
Decimal 155 115 138 0 0.26 0.11 0.39 325.5 0.17 0.53
Hex 9B 73 8A 0 1A B 27 146 11 35
Octal 233 163 212 0 32 13 47 506 21 65
Binary 10011011 1110011 10001010 0 11010 1011 100111 101000110 10001 110101

Color Harmonies of #9B738A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B738A

Black with #9B738A

Text Example


Text Example

White with #9B738A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,115,138); }

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

background-color css

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

 a { background-color: rgb(155,115,138); }

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

border-color css

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

 span { border-color: rgb(155,115,138); }

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