Html Css Color HEX #9C7F8D Mountbatten Pink

📋 copy color: '#9C7F8D'

red 156 ◦ green 127 ◦ blue 141

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

Shades of Mountbatten Pink #9C7F8D

Tints of Mountbatten Pink #9C7F8D

RGB

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

 GREEN value IS 127 (50% from 255) = 29.95%

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

R = 36.79%
G = 29.95%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#9C7F8D (or 0x9C7F8D) is known color: Mountbatten Pink. HEX triplet: 9C, 7F and 8D. RGB value is (156,127,141). Sum of RGB (Red+Green+Blue) = 156+127+141=424 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.79% from 424); Green value is 127 (50% from 255 or 29.95% from 424); Blue value is 141 (55.47% from 255 or 33.25% from 424); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7F8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7F8D is #638072. Grayscale: #898989. Windows color (decimal): -6520947 or 9273244. OLE color: 9273244.

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

Color convert

RGB 156 127 141 -
CMYK 0 0.19 0.10 0.39
HSL 331.03º 0.13% 0.55% -
HSV(B) 331.03º 0.19% 0.61% -
XYZ 26.11 24.17 28.49 -
YUV 137.27 130.11 141.36 -
System Red Green Blue C M Y K H S L
Decimal 156 127 141 0 0.19 0.10 0.39 331.03 0.13 0.55
Hex 9C 7F 8D 0 13 A 27 14B D 37
Octal 234 177 215 0 23 12 47 513 15 67
Binary 10011100 1111111 10001101 0 10011 1010 100111 101001011 1101 110111

Color Harmonies of #9C7F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7F8D

Black with #9C7F8D

Text Example


Text Example

White with #9C7F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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