Html Css Color HEX #9C7A8A Mountbatten Pink

📋 copy color: '#9C7A8A'

red 156 ◦ green 122 ◦ blue 138

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

Shades of Mountbatten Pink #9C7A8A

Tints of Mountbatten Pink #9C7A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.17%

R = 37.5%
G = 29.33%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#9C7A8A (or 0x9C7A8A) is known color: Mountbatten Pink. HEX triplet: 9C, 7A and 8A. RGB value is (156,122,138). Sum of RGB (Red+Green+Blue) = 156+122+138=416 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.5% from 416); Green value is 122 (48.05% from 255 or 29.33% from 416); Blue value is 138 (54.30% from 255 or 33.17% from 416); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7A8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7A8A is #638575. Grayscale: #858585. Windows color (decimal): -6522230 or 9075356. OLE color: 9075356.

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

Color convert

RGB 156 122 138 -
CMYK 0 0.22 0.12 0.39
HSL 331.76º 0.15% 0.55% -
HSV(B) 331.76º 0.22% 0.61% -
XYZ 25.26 22.82 27.12 -
YUV 133.99 130.26 143.7 -
System Red Green Blue C M Y K H S L
Decimal 156 122 138 0 0.22 0.12 0.39 331.76 0.15 0.55
Hex 9C 7A 8A 0 16 C 27 14C F 37
Octal 234 172 212 0 26 14 47 514 17 67
Binary 10011100 1111010 10001010 0 10110 1100 100111 101001100 1111 110111

Color Harmonies of #9C7A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7A8A

Black with #9C7A8A

Text Example


Text Example

White with #9C7A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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