Html Css Color HEX #9C7A8D Mountbatten Pink

📋 copy color: '#9C7A8D'

red 156 ◦ green 122 ◦ blue 141

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

Shades of Mountbatten Pink #9C7A8D

Tints of Mountbatten Pink #9C7A8D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.12%

 BLUE value IS 141 (55.47% from 255) = 33.65%

R = 37.23%
G = 29.12%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#9C7A8D (or 0x9C7A8D) is known color: Mountbatten Pink. HEX triplet: 9C, 7A and 8D. RGB value is (156,122,141). Sum of RGB (Red+Green+Blue) = 156+122+141=419 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.23% from 419); Green value is 122 (48.05% from 255 or 29.12% from 419); Blue value is 141 (55.47% from 255 or 33.65% from 419); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7A8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7A8D is #638572. Grayscale: #868686. Windows color (decimal): -6522227 or 9271964. OLE color: 9271964.

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

Color convert

RGB 156 122 141 -
CMYK 0 0.22 0.10 0.39
HSL 326.47º 0.15% 0.55% -
HSV(B) 326.47º 0.22% 0.61% -
XYZ 25.48 22.91 28.28 -
YUV 134.33 131.76 143.46 -
System Red Green Blue C M Y K H S L
Decimal 156 122 141 0 0.22 0.10 0.39 326.47 0.15 0.55
Hex 9C 7A 8D 0 16 A 27 146 F 37
Octal 234 172 215 0 26 12 47 506 17 67
Binary 10011100 1111010 10001101 0 10110 1010 100111 101000110 1111 110111

Color Harmonies of #9C7A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7A8D

Black with #9C7A8D

Text Example


Text Example

White with #9C7A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,122,141); }

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

background-color css

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

 a { background-color: rgb(156,122,141); }

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

border-color css

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

 span { border-color: rgb(156,122,141); }

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