Html Css Color HEX #9B758D Mountbatten Pink

📋 copy color: '#9B758D'

red 155 ◦ green 117 ◦ blue 141

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

Shades of Mountbatten Pink #9B758D

Tints of Mountbatten Pink #9B758D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.33%

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

R = 37.53%
G = 28.33%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.09

 K value IS 0.39

RGB Variations

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

Color information

#9B758D (or 0x9B758D) is known color: Mountbatten Pink. HEX triplet: 9B, 75 and 8D. RGB value is (155,117,141). Sum of RGB (Red+Green+Blue) = 155+117+141=413 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.53% from 413); Green value is 117 (46.09% from 255 or 28.33% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 155 - color contains mainly: red. Hex color #9B758D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B758D is #648A72. Grayscale: #838383. Windows color (decimal): -6589043 or 9270683. OLE color: 9270683.

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

Color convert

RGB 155 117 141 -
CMYK 0 0.25 0.09 0.39
HSL 322.11º 0.16% 0.53% -
HSV(B) 322.11º 0.25% 0.61% -
XYZ 24.69 21.61 28.07 -
YUV 131.1 133.59 145.05 -
System Red Green Blue C M Y K H S L
Decimal 155 117 141 0 0.25 0.09 0.39 322.11 0.16 0.53
Hex 9B 75 8D 0 19 9 27 142 10 35
Octal 233 165 215 0 31 11 47 502 20 65
Binary 10011011 1110101 10001101 0 11001 1001 100111 101000010 10000 110101

Color Harmonies of #9B758D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B758D

Black with #9B758D

Text Example


Text Example

White with #9B758D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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