Html Css Color HEX #9B698D Mountbatten Pink

📋 copy color: '#9B698D'

red 155 ◦ green 105 ◦ blue 141

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

Shades of Mountbatten Pink #9B698D

Tints of Mountbatten Pink #9B698D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.18%

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

R = 38.65%
G = 26.18%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.09

 K value IS 0.39

RGB Variations

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

Color information

#9B698D (or 0x9B698D) is known color: Mountbatten Pink. HEX triplet: 9B, 69 and 8D. RGB value is (155,105,141). Sum of RGB (Red+Green+Blue) = 155+105+141=401 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.65% from 401); Green value is 105 (41.41% from 255 or 26.18% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 155 - color contains mainly: red. Hex color #9B698D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B698D is #649672. Grayscale: #7B7B7B. Windows color (decimal): -6592115 or 9267611. OLE color: 9267611.

HSL color Cylindrical-coordinate representation of color #9B698D: hue angle of 316.8º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9B698D is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 105 141 -
CMYK 0 0.32 0.09 0.39
HSL 316.8º 0.2% 0.51% -
HSV(B) 316.8º 0.32% 0.61% -
XYZ 23.38 18.99 27.63 -
YUV 124.05 137.57 150.07 -
System Red Green Blue C M Y K H S L
Decimal 155 105 141 0 0.32 0.09 0.39 316.8 0.2 0.51
Hex 9B 69 8D 0 20 9 27 13D 14 33
Octal 233 151 215 0 40 11 47 475 24 63
Binary 10011011 1101001 10001101 0 100000 1001 100111 100111101 10100 110011

Color Harmonies of #9B698D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B698D

Black with #9B698D

Text Example


Text Example

White with #9B698D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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