Html Css Color HEX #9D6E8D Mountbatten Pink

📋 copy color: '#9D6E8D'

red 157 ◦ green 110 ◦ blue 141

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

Shades of Mountbatten Pink #9D6E8D

Tints of Mountbatten Pink #9D6E8D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.96%

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

R = 38.48%
G = 26.96%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#9D6E8D (or 0x9D6E8D) is known color: Mountbatten Pink. HEX triplet: 9D, 6E and 8D. RGB value is (157,110,141). Sum of RGB (Red+Green+Blue) = 157+110+141=408 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.48% from 408); Green value is 110 (43.36% from 255 or 26.96% from 408); Blue value is 141 (55.47% from 255 or 34.56% from 408); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6E8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6E8D is #629172. Grayscale: #7F7F7F. Windows color (decimal): -6459763 or 9268893. OLE color: 9268893.

HSL color Cylindrical-coordinate representation of color #9D6E8D: hue angle of 320.43º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9D6E8D is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 110 141 -
CMYK 0 0.30 0.10 0.38
HSL 320.43º 0.19% 0.52% -
HSV(B) 320.43º 0.3% 0.62% -
XYZ 24.29 20.24 27.83 -
YUV 127.59 135.57 148.98 -
System Red Green Blue C M Y K H S L
Decimal 157 110 141 0 0.30 0.10 0.38 320.43 0.19 0.52
Hex 9D 6E 8D 0 1E A 26 140 13 34
Octal 235 156 215 0 36 12 46 500 23 64
Binary 10011101 1101110 10001101 0 11110 1010 100110 101000000 10011 110100

Color Harmonies of #9D6E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6E8D

Black with #9D6E8D

Text Example


Text Example

White with #9D6E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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