Html Css Color HEX #9D678E Mountbatten Pink

📋 copy color: '#9D678E'

red 157 ◦ green 103 ◦ blue 142

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

Shades of Mountbatten Pink #9D678E

Tints of Mountbatten Pink #9D678E

RGB

 RED value IS 157 (61.72% from 255) = 39.05%

 GREEN value IS 103 (40.63% from 255) = 25.62%

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

R = 39.05%
G = 25.62%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#9D678E (or 0x9D678E) is known color: Mountbatten Pink. HEX triplet: 9D, 67 and 8E. RGB value is (157,103,142). Sum of RGB (Red+Green+Blue) = 157+103+142=402 (53% of max value = 765). Red value is 157 (61.72% from 255 or 39.05% from 402); Green value is 103 (40.62% from 255 or 25.62% from 402); Blue value is 142 (55.86% from 255 or 35.32% from 402); Max value from RGB is 157 - color contains mainly: red. Hex color #9D678E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D678E is #629871. Grayscale: #7B7B7B. Windows color (decimal): -6461554 or 9332637. OLE color: 9332637.

HSL color Cylindrical-coordinate representation of color #9D678E: hue angle of 316.67º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9D678E is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 103 142 -
CMYK 0 0.34 0.10 0.38
HSL 316.67º 0.22% 0.51% -
HSV(B) 316.67º 0.34% 0.62% -
XYZ 23.64 18.82 27.98 -
YUV 123.59 138.39 151.83 -
System Red Green Blue C M Y K H S L
Decimal 157 103 142 0 0.34 0.10 0.38 316.67 0.22 0.51
Hex 9D 67 8E 0 22 A 26 13D 16 33
Octal 235 147 216 0 42 12 46 475 26 63
Binary 10011101 1100111 10001110 0 100010 1010 100110 100111101 10110 110011

Color Harmonies of #9D678E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D678E

Black with #9D678E

Text Example


Text Example

White with #9D678E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,103,142); }

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

background-color css

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

 a { background-color: rgb(157,103,142); }

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

border-color css

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

 span { border-color: rgb(157,103,142); }

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