Html Css Color HEX #9C7F90 Mountbatten Pink

📋 copy color: '#9C7F90'

red 156 ◦ green 127 ◦ blue 144

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

Shades of Mountbatten Pink #9C7F90

Tints of Mountbatten Pink #9C7F90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 33.72%

R = 36.53%
G = 29.74%
B = 33.72%

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

#9C7F90 (or 0x9C7F90) is known color: Mountbatten Pink. HEX triplet: 9C, 7F and 90. RGB value is (156,127,144). Sum of RGB (Red+Green+Blue) = 156+127+144=427 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.53% from 427); Green value is 127 (50% from 255 or 29.74% from 427); Blue value is 144 (56.64% from 255 or 33.72% from 427); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7F90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7F90 is #63806F. Grayscale: #898989. Windows color (decimal): -6520944 or 9469852. OLE color: 9469852.

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

Color convert

RGB 156 127 144 -
CMYK 0 0.19 0.08 0.39
HSL 324.83º 0.13% 0.55% -
HSV(B) 324.83º 0.19% 0.61% -
XYZ 26.33 24.26 29.68 -
YUV 137.61 131.61 141.12 -
System Red Green Blue C M Y K H S L
Decimal 156 127 144 0 0.19 0.08 0.39 324.83 0.13 0.55
Hex 9C 7F 90 0 13 8 27 145 D 37
Octal 234 177 220 0 23 10 47 505 15 67
Binary 10011100 1111111 10010000 0 10011 1000 100111 101000101 1101 110111

Color Harmonies of #9C7F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7F90

Black with #9C7F90

Text Example


Text Example

White with #9C7F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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