Html Css Color HEX #9D7A8D Mountbatten Pink

📋 copy color: '#9D7A8D'

red 157 ◦ green 122 ◦ blue 141

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

Shades of Mountbatten Pink #9D7A8D

Tints of Mountbatten Pink #9D7A8D

RGB

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

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

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

R = 37.38%
G = 29.05%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#9D7A8D (or 0x9D7A8D) is known color: Mountbatten Pink. HEX triplet: 9D, 7A and 8D. RGB value is (157,122,141). Sum of RGB (Red+Green+Blue) = 157+122+141=420 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.38% from 420); Green value is 122 (48.05% from 255 or 29.05% from 420); Blue value is 141 (55.47% from 255 or 33.57% from 420); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7A8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7A8D is #628572. Grayscale: #868686. Windows color (decimal): -6456691 or 9271965. OLE color: 9271965.

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

Color convert

RGB 157 122 141 -
CMYK 0 0.22 0.10 0.38
HSL 327.43º 0.15% 0.55% -
HSV(B) 327.43º 0.22% 0.62% -
XYZ 25.67 23.01 28.29 -
YUV 134.63 131.6 143.96 -
System Red Green Blue C M Y K H S L
Decimal 157 122 141 0 0.22 0.10 0.38 327.43 0.15 0.55
Hex 9D 7A 8D 0 16 A 26 147 F 37
Octal 235 172 215 0 26 12 46 507 17 67
Binary 10011101 1111010 10001101 0 10110 1010 100110 101000111 1111 110111

Color Harmonies of #9D7A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7A8D

Black with #9D7A8D

Text Example


Text Example

White with #9D7A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,122,141); }

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

background-color css

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

 a { background-color: rgb(157,122,141); }

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

border-color css

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

 span { border-color: rgb(157,122,141); }

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