Html Css Color HEX #9C7B8E Mountbatten Pink

📋 copy color: '#9C7B8E'

red 156 ◦ green 123 ◦ blue 142

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

Shades of Mountbatten Pink #9C7B8E

Tints of Mountbatten Pink #9C7B8E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.22%

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

R = 37.05%
G = 29.22%
B = 33.73%

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

#9C7B8E (or 0x9C7B8E) is known color: Mountbatten Pink. HEX triplet: 9C, 7B and 8E. RGB value is (156,123,142). Sum of RGB (Red+Green+Blue) = 156+123+142=421 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.05% from 421); Green value is 123 (48.44% from 255 or 29.22% from 421); Blue value is 142 (55.86% from 255 or 33.73% from 421); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7B8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7B8E is #638471. Grayscale: #868686. Windows color (decimal): -6521970 or 9337756. OLE color: 9337756.

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

Color convert

RGB 156 123 142 -
CMYK 0 0.21 0.09 0.39
HSL 325.45º 0.14% 0.55% -
HSV(B) 325.45º 0.21% 0.61% -
XYZ 25.68 23.19 28.71 -
YUV 135.03 131.93 142.96 -
System Red Green Blue C M Y K H S L
Decimal 156 123 142 0 0.21 0.09 0.39 325.45 0.14 0.55
Hex 9C 7B 8E 0 15 9 27 145 E 37
Octal 234 173 216 0 25 11 47 505 16 67
Binary 10011100 1111011 10001110 0 10101 1001 100111 101000101 1110 110111

Color Harmonies of #9C7B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7B8E

Black with #9C7B8E

Text Example


Text Example

White with #9C7B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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