Html Css Color HEX #9C758D Mountbatten Pink

📋 copy color: '#9C758D'

red 156 ◦ green 117 ◦ blue 141

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

Shades of Mountbatten Pink #9C758D

Tints of Mountbatten Pink #9C758D

RGB

 RED value IS 156 (61.33% from 255) = 37.68%

 GREEN value IS 117 (46.09% from 255) = 28.26%

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

R = 37.68%
G = 28.26%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#9C758D (or 0x9C758D) is known color: Mountbatten Pink. HEX triplet: 9C, 75 and 8D. RGB value is (156,117,141). Sum of RGB (Red+Green+Blue) = 156+117+141=414 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.68% from 414); Green value is 117 (46.09% from 255 or 28.26% from 414); Blue value is 141 (55.47% from 255 or 34.06% from 414); Max value from RGB is 156 - color contains mainly: red. Hex color #9C758D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C758D is #638A72. Grayscale: #838383. Windows color (decimal): -6523507 or 9270684. OLE color: 9270684.

HSL color Cylindrical-coordinate representation of color #9C758D: hue angle of 323.08º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9C758D is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 117 141 -
CMYK 0 0.25 0.10 0.39
HSL 323.08º 0.16% 0.54% -
HSV(B) 323.08º 0.25% 0.61% -
XYZ 24.88 21.71 28.08 -
YUV 131.4 133.42 145.55 -
System Red Green Blue C M Y K H S L
Decimal 156 117 141 0 0.25 0.10 0.39 323.08 0.16 0.54
Hex 9C 75 8D 0 19 A 27 143 10 36
Octal 234 165 215 0 31 12 47 503 20 66
Binary 10011100 1110101 10001101 0 11001 1010 100111 101000011 10000 110110

Color Harmonies of #9C758D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C758D

Black with #9C758D

Text Example


Text Example

White with #9C758D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,117,141); }

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

background-color css

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

 a { background-color: rgb(156,117,141); }

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

border-color css

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

 span { border-color: rgb(156,117,141); }

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