Html Css Color HEX #9D8193 Mountbatten Pink

📋 copy color: '#9D8193'

red 157 ◦ green 129 ◦ blue 147

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

Shades of Mountbatten Pink #9D8193

Tints of Mountbatten Pink #9D8193

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.79%

 BLUE value IS 147 (57.81% from 255) = 33.95%

R = 36.26%
G = 29.79%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.06

 K value IS 0.38

RGB Variations

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

Color information

#9D8193 (or 0x9D8193) is known color: Mountbatten Pink. HEX triplet: 9D, 81 and 93. RGB value is (157,129,147). Sum of RGB (Red+Green+Blue) = 157+129+147=433 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.26% from 433); Green value is 129 (50.78% from 255 or 29.79% from 433); Blue value is 147 (57.81% from 255 or 33.95% from 433); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8193 is #627E6C. Grayscale: #8B8B8B. Windows color (decimal): -6454893 or 9666973. OLE color: 9666973.

HSL color Cylindrical-coordinate representation of color #9D8193: hue angle of 321.43º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9D8193 is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 129 147 -
CMYK 0 0.18 0.06 0.38
HSL 321.43º 0.13% 0.56% -
HSV(B) 321.43º 0.18% 0.62% -
XYZ 27.02 24.98 31 -
YUV 139.42 132.28 140.54 -
System Red Green Blue C M Y K H S L
Decimal 157 129 147 0 0.18 0.06 0.38 321.43 0.13 0.56
Hex 9D 81 93 0 12 6 26 141 C 38
Octal 235 201 223 0 22 6 46 501 14 70
Binary 10011101 10000001 10010011 0 10010 110 100110 101000001 1100 111000

Color Harmonies of #9D8193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D8193

Black with #9D8193

Text Example


Text Example

White with #9D8193

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,129,147); }

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

background-color css

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

 a { background-color: rgb(157,129,147); }

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

border-color css

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

 span { border-color: rgb(157,129,147); }

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