Html Css Color HEX #9C7D8E Mountbatten Pink

📋 copy color: '#9C7D8E'

red 156 ◦ green 125 ◦ blue 142

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

Shades of Mountbatten Pink #9C7D8E

Tints of Mountbatten Pink #9C7D8E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.55%

 BLUE value IS 142 (55.86% from 255) = 33.57%

R = 36.88%
G = 29.55%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.09

 K value IS 0.39

RGB Variations

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

Color information

#9C7D8E (or 0x9C7D8E) is known color: Mountbatten Pink. HEX triplet: 9C, 7D and 8E. RGB value is (156,125,142). Sum of RGB (Red+Green+Blue) = 156+125+142=423 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.88% from 423); Green value is 125 (49.22% from 255 or 29.55% from 423); Blue value is 142 (55.86% from 255 or 33.57% from 423); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7D8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7D8E is #638271. Grayscale: #888888. Windows color (decimal): -6521458 or 9338268. OLE color: 9338268.

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

Color convert

RGB 156 125 142 -
CMYK 0 0.20 0.09 0.39
HSL 327.1º 0.14% 0.55% -
HSV(B) 327.1º 0.2% 0.61% -
XYZ 25.93 23.69 28.8 -
YUV 136.21 131.27 142.12 -
System Red Green Blue C M Y K H S L
Decimal 156 125 142 0 0.20 0.09 0.39 327.1 0.14 0.55
Hex 9C 7D 8E 0 14 9 27 147 E 37
Octal 234 175 216 0 24 11 47 507 16 67
Binary 10011100 1111101 10001110 0 10100 1001 100111 101000111 1110 110111

Color Harmonies of #9C7D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7D8E

Black with #9C7D8E

Text Example


Text Example

White with #9C7D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,125,142); }

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

background-color css

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

 a { background-color: rgb(156,125,142); }

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

border-color css

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

 span { border-color: rgb(156,125,142); }

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