Html Css Color HEX #9D6A8D Mountbatten Pink

📋 copy color: '#9D6A8D'

red 157 ◦ green 106 ◦ blue 141

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

Shades of Mountbatten Pink #9D6A8D

Tints of Mountbatten Pink #9D6A8D

RGB

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

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

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

R = 38.86%
G = 26.24%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#9D6A8D (or 0x9D6A8D) is known color: Mountbatten Pink. HEX triplet: 9D, 6A and 8D. RGB value is (157,106,141). Sum of RGB (Red+Green+Blue) = 157+106+141=404 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.86% from 404); Green value is 106 (41.80% from 255 or 26.24% from 404); Blue value is 141 (55.47% from 255 or 34.90% from 404); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6A8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6A8D is #629572. Grayscale: #7D7D7D. Windows color (decimal): -6460787 or 9267869. OLE color: 9267869.

HSL color Cylindrical-coordinate representation of color #9D6A8D: hue angle of 318.82º 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 #9D6A8D is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 106 141 -
CMYK 0 0.32 0.10 0.38
HSL 318.82º 0.21% 0.52% -
HSV(B) 318.82º 0.32% 0.62% -
XYZ 23.87 19.4 27.69 -
YUV 125.24 136.9 150.65 -
System Red Green Blue C M Y K H S L
Decimal 157 106 141 0 0.32 0.10 0.38 318.82 0.21 0.52
Hex 9D 6A 8D 0 20 A 26 13F 15 34
Octal 235 152 215 0 40 12 46 477 25 64
Binary 10011101 1101010 10001101 0 100000 1010 100110 100111111 10101 110100

Color Harmonies of #9D6A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6A8D

Black with #9D6A8D

Text Example


Text Example

White with #9D6A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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