Html Css Color HEX #9D6A90 Mountbatten Pink

📋 copy color: '#9D6A90'

red 157 ◦ green 106 ◦ blue 144

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

Shades of Mountbatten Pink #9D6A90

Tints of Mountbatten Pink #9D6A90

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.04%

 BLUE value IS 144 (56.64% from 255) = 35.38%

R = 38.57%
G = 26.04%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#9D6A90 (or 0x9D6A90) is known color: Mountbatten Pink. HEX triplet: 9D, 6A and 90. RGB value is (157,106,144). Sum of RGB (Red+Green+Blue) = 157+106+144=407 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.57% from 407); Green value is 106 (41.80% from 255 or 26.04% from 407); Blue value is 144 (56.64% from 255 or 35.38% from 407); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6A90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6A90 is #62956F. Grayscale: #7D7D7D. Windows color (decimal): -6460784 or 9464477. OLE color: 9464477.

HSL color Cylindrical-coordinate representation of color #9D6A90: hue angle of 315.29º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9D6A90 is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 106 144 -
CMYK 0 0.32 0.08 0.38
HSL 315.29º 0.21% 0.52% -
HSV(B) 315.29º 0.32% 0.62% -
XYZ 24.09 19.49 28.88 -
YUV 125.58 138.4 150.41 -
System Red Green Blue C M Y K H S L
Decimal 157 106 144 0 0.32 0.08 0.38 315.29 0.21 0.52
Hex 9D 6A 90 0 20 8 26 13B 15 34
Octal 235 152 220 0 40 10 46 473 25 64
Binary 10011101 1101010 10010000 0 100000 1000 100110 100111011 10101 110100

Color Harmonies of #9D6A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6A90

Black with #9D6A90

Text Example


Text Example

White with #9D6A90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,106,144); }

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

background-color css

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

 a { background-color: rgb(157,106,144); }

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

border-color css

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

 span { border-color: rgb(157,106,144); }

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