Html Css Color HEX #9C7C8E Mountbatten Pink

📋 copy color: '#9C7C8E'

red 156 ◦ green 124 ◦ blue 142

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

Shades of Mountbatten Pink #9C7C8E

Tints of Mountbatten Pink #9C7C8E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.38%

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

R = 36.97%
G = 29.38%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.09

 K value IS 0.39

RGB Variations

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

Color information

#9C7C8E (or 0x9C7C8E) is known color: Mountbatten Pink. HEX triplet: 9C, 7C and 8E. RGB value is (156,124,142). Sum of RGB (Red+Green+Blue) = 156+124+142=422 (55% of max value = 765). Red value is 156 (61.33% from 255 or 36.97% from 422); Green value is 124 (48.83% from 255 or 29.38% from 422); Blue value is 142 (55.86% from 255 or 33.65% from 422); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7C8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7C8E is #638371. Grayscale: #878787. Windows color (decimal): -6521714 or 9338012. OLE color: 9338012.

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

Color convert

RGB 156 124 142 -
CMYK 0 0.21 0.09 0.39
HSL 326.25º 0.14% 0.55% -
HSV(B) 326.25º 0.21% 0.61% -
XYZ 25.8 23.44 28.76 -
YUV 135.62 131.6 142.54 -
System Red Green Blue C M Y K H S L
Decimal 156 124 142 0 0.21 0.09 0.39 326.25 0.14 0.55
Hex 9C 7C 8E 0 15 9 27 146 E 37
Octal 234 174 216 0 25 11 47 506 16 67
Binary 10011100 1111100 10001110 0 10101 1001 100111 101000110 1110 110111

Color Harmonies of #9C7C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7C8E

Black with #9C7C8E

Text Example


Text Example

White with #9C7C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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