Html Css Color HEX #9C7B8D Mountbatten Pink

📋 copy color: '#9C7B8D'

red 156 ◦ green 123 ◦ blue 141

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

Shades of Mountbatten Pink #9C7B8D

Tints of Mountbatten Pink #9C7B8D

RGB

 RED value IS 156 (61.33% from 255) = 37.14%

 GREEN value IS 123 (48.44% from 255) = 29.29%

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

R = 37.14%
G = 29.29%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#9C7B8D (or 0x9C7B8D) is known color: Mountbatten Pink. HEX triplet: 9C, 7B and 8D. RGB value is (156,123,141). Sum of RGB (Red+Green+Blue) = 156+123+141=420 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.14% from 420); Green value is 123 (48.44% from 255 or 29.29% from 420); Blue value is 141 (55.47% from 255 or 33.57% from 420); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7B8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7B8D is #638472. Grayscale: #868686. Windows color (decimal): -6521971 or 9272220. OLE color: 9272220.

HSL color Cylindrical-coordinate representation of color #9C7B8D: hue angle of 327.27º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9C7B8D is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 123 141 -
CMYK 0 0.21 0.10 0.39
HSL 327.27º 0.14% 0.55% -
HSV(B) 327.27º 0.21% 0.61% -
XYZ 25.6 23.16 28.32 -
YUV 134.92 131.43 143.04 -
System Red Green Blue C M Y K H S L
Decimal 156 123 141 0 0.21 0.10 0.39 327.27 0.14 0.55
Hex 9C 7B 8D 0 15 A 27 147 E 37
Octal 234 173 215 0 25 12 47 507 16 67
Binary 10011100 1111011 10001101 0 10101 1010 100111 101000111 1110 110111

Color Harmonies of #9C7B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7B8D

Black with #9C7B8D

Text Example


Text Example

White with #9C7B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,123,141); }

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

background-color css

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

 a { background-color: rgb(156,123,141); }

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

border-color css

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

 span { border-color: rgb(156,123,141); }

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