Html Css Color HEX #9A708D Mountbatten Pink

📋 copy color: '#9A708D'

red 154 ◦ green 112 ◦ blue 141

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

Shades of Mountbatten Pink #9A708D

Tints of Mountbatten Pink #9A708D

RGB

 RED value IS 154 (60.55% from 255) = 37.84%

 GREEN value IS 112 (44.14% from 255) = 27.52%

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

R = 37.84%
G = 27.52%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#9A708D (or 0x9A708D) is known color: Mountbatten Pink. HEX triplet: 9A, 70 and 8D. RGB value is (154,112,141). Sum of RGB (Red+Green+Blue) = 154+112+141=407 (53% of max value = 765). Red value is 154 (60.55% from 255 or 37.84% from 407); Green value is 112 (44.14% from 255 or 27.52% from 407); Blue value is 141 (55.47% from 255 or 34.64% from 407); Max value from RGB is 154 - color contains mainly: red. Hex color #9A708D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A708D is #658F72. Grayscale: #7F7F7F. Windows color (decimal): -6655859 or 9269402. OLE color: 9269402.

HSL color Cylindrical-coordinate representation of color #9A708D: hue angle of 318.57º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9A708D is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 112 141 -
CMYK 0 0.27 0.08 0.40
HSL 318.57º 0.17% 0.52% -
HSV(B) 318.57º 0.27% 0.6% -
XYZ 23.93 20.38 27.87 -
YUV 127.86 135.41 146.64 -
System Red Green Blue C M Y K H S L
Decimal 154 112 141 0 0.27 0.08 0.40 318.57 0.17 0.52
Hex 9A 70 8D 0 1B 8 28 13F 11 34
Octal 232 160 215 0 33 10 50 477 21 64
Binary 10011010 1110000 10001101 0 11011 1000 101000 100111111 10001 110100

Color Harmonies of #9A708D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A708D

Black with #9A708D

Text Example


Text Example

White with #9A708D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,112,141); }

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

background-color css

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

 a { background-color: rgb(154,112,141); }

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

border-color css

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

 span { border-color: rgb(154,112,141); }

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