Html Css Color HEX #9C7590 Mountbatten Pink

📋 copy color: '#9C7590'

red 156 ◦ green 117 ◦ blue 144

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

Shades of Mountbatten Pink #9C7590

Tints of Mountbatten Pink #9C7590

RGB

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

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

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

R = 37.41%
G = 28.06%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#9C7590 (or 0x9C7590) is known color: Mountbatten Pink. HEX triplet: 9C, 75 and 90. RGB value is (156,117,144). Sum of RGB (Red+Green+Blue) = 156+117+144=417 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.41% from 417); Green value is 117 (46.09% from 255 or 28.06% from 417); Blue value is 144 (56.64% from 255 or 34.53% from 417); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7590 is #638A6F. Grayscale: #838383. Windows color (decimal): -6523504 or 9467292. OLE color: 9467292.

HSL color Cylindrical-coordinate representation of color #9C7590: hue angle of 318.46º 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 #9C7590 is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 117 144 -
CMYK 0 0.25 0.08 0.39
HSL 318.46º 0.16% 0.54% -
HSV(B) 318.46º 0.25% 0.61% -
XYZ 25.11 21.8 29.27 -
YUV 131.74 134.92 145.3 -
System Red Green Blue C M Y K H S L
Decimal 156 117 144 0 0.25 0.08 0.39 318.46 0.16 0.54
Hex 9C 75 90 0 19 8 27 13E 10 36
Octal 234 165 220 0 31 10 47 476 20 66
Binary 10011100 1110101 10010000 0 11001 1000 100111 100111110 10000 110110

Color Harmonies of #9C7590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7590

Black with #9C7590

Text Example


Text Example

White with #9C7590

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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