Html Css Color HEX #9B768D Mountbatten Pink

📋 copy color: '#9B768D'

red 155 ◦ green 118 ◦ blue 141

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

Shades of Mountbatten Pink #9B768D

Tints of Mountbatten Pink #9B768D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.5%

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

R = 37.44%
G = 28.5%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.09

 K value IS 0.39

RGB Variations

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

Color information

#9B768D (or 0x9B768D) is known color: Mountbatten Pink. HEX triplet: 9B, 76 and 8D. RGB value is (155,118,141). Sum of RGB (Red+Green+Blue) = 155+118+141=414 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.44% from 414); Green value is 118 (46.48% from 255 or 28.50% from 414); Blue value is 141 (55.47% from 255 or 34.06% from 414); Max value from RGB is 155 - color contains mainly: red. Hex color #9B768D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B768D is #648972. Grayscale: #838383. Windows color (decimal): -6588787 or 9270939. OLE color: 9270939.

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

Color convert

RGB 155 118 141 -
CMYK 0 0.24 0.09 0.39
HSL 322.7º 0.16% 0.54% -
HSV(B) 322.7º 0.24% 0.61% -
XYZ 24.8 21.85 28.11 -
YUV 131.69 133.26 144.63 -
System Red Green Blue C M Y K H S L
Decimal 155 118 141 0 0.24 0.09 0.39 322.7 0.16 0.54
Hex 9B 76 8D 0 18 9 27 143 10 36
Octal 233 166 215 0 30 11 47 503 20 66
Binary 10011011 1110110 10001101 0 11000 1001 100111 101000011 10000 110110

Color Harmonies of #9B768D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B768D

Black with #9B768D

Text Example


Text Example

White with #9B768D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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