Html Css Color HEX #9C7F95 Mountbatten Pink

📋 copy color: '#9C7F95'

red 156 ◦ green 127 ◦ blue 149

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

Shades of Mountbatten Pink #9C7F95

Tints of Mountbatten Pink #9C7F95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 34.49%

R = 36.11%
G = 29.4%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.04

 K value IS 0.39

RGB Variations

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

Color information

#9C7F95 (or 0x9C7F95) is known color: Mountbatten Pink. HEX triplet: 9C, 7F and 95. RGB value is (156,127,149). Sum of RGB (Red+Green+Blue) = 156+127+149=432 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.11% from 432); Green value is 127 (50% from 255 or 29.40% from 432); Blue value is 149 (58.59% from 255 or 34.49% from 432); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7F95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7F95 is #63806A. Grayscale: #8A8A8A. Windows color (decimal): -6520939 or 9797532. OLE color: 9797532.

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

Color convert

RGB 156 127 149 -
CMYK 0 0.19 0.04 0.39
HSL 314.48º 0.13% 0.55% -
HSV(B) 314.48º 0.19% 0.61% -
XYZ 26.72 24.42 31.74 -
YUV 138.18 134.11 140.71 -
System Red Green Blue C M Y K H S L
Decimal 156 127 149 0 0.19 0.04 0.39 314.48 0.13 0.55
Hex 9C 7F 95 0 13 4 27 13A D 37
Octal 234 177 225 0 23 4 47 472 15 67
Binary 10011100 1111111 10010101 0 10011 100 100111 100111010 1101 110111

Color Harmonies of #9C7F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7F95

Black with #9C7F95

Text Example


Text Example

White with #9C7F95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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