Html Css Color HEX #9C7F8F Mountbatten Pink

📋 copy color: '#9C7F8F'

red 156 ◦ green 127 ◦ blue 143

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

Shades of Mountbatten Pink #9C7F8F

Tints of Mountbatten Pink #9C7F8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 33.57%

R = 36.62%
G = 29.81%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#9C7F8F (or 0x9C7F8F) is known color: Mountbatten Pink. HEX triplet: 9C, 7F and 8F. RGB value is (156,127,143). Sum of RGB (Red+Green+Blue) = 156+127+143=426 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.62% from 426); Green value is 127 (50% from 255 or 29.81% from 426); Blue value is 143 (56.25% from 255 or 33.57% from 426); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7F8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7F8F is #638070. Grayscale: #898989. Windows color (decimal): -6520945 or 9404316. OLE color: 9404316.

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

Color convert

RGB 156 127 143 -
CMYK 0 0.19 0.08 0.39
HSL 326.9º 0.13% 0.55% -
HSV(B) 326.9º 0.19% 0.61% -
XYZ 26.26 24.23 29.28 -
YUV 137.5 131.11 141.2 -
System Red Green Blue C M Y K H S L
Decimal 156 127 143 0 0.19 0.08 0.39 326.9 0.13 0.55
Hex 9C 7F 8F 0 13 8 27 147 D 37
Octal 234 177 217 0 23 10 47 507 15 67
Binary 10011100 1111111 10001111 0 10011 1000 100111 101000111 1101 110111

Color Harmonies of #9C7F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7F8F

Black with #9C7F8F

Text Example


Text Example

White with #9C7F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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