Html Css Color HEX #9C7596 Mountbatten Pink

📋 copy color: '#9C7596'

red 156 ◦ green 117 ◦ blue 150

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

Shades of Mountbatten Pink #9C7596

Tints of Mountbatten Pink #9C7596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 35.46%

R = 36.88%
G = 27.66%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.04

 K value IS 0.39

RGB Variations

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

Color information

#9C7596 (or 0x9C7596) is known color: Mountbatten Pink. HEX triplet: 9C, 75 and 96. RGB value is (156,117,150). Sum of RGB (Red+Green+Blue) = 156+117+150=423 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.88% from 423); Green value is 117 (46.09% from 255 or 27.66% from 423); Blue value is 150 (58.98% from 255 or 35.46% from 423); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7596 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7596 is #638A69. Grayscale: #848484. Windows color (decimal): -6523498 or 9860508. OLE color: 9860508.

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

Color convert

RGB 156 117 150 -
CMYK 0 0.25 0.04 0.39
HSL 309.23º 0.16% 0.54% -
HSV(B) 309.23º 0.25% 0.61% -
XYZ 25.58 21.99 31.75 -
YUV 132.42 137.92 144.82 -
System Red Green Blue C M Y K H S L
Decimal 156 117 150 0 0.25 0.04 0.39 309.23 0.16 0.54
Hex 9C 75 96 0 19 4 27 135 10 36
Octal 234 165 226 0 31 4 47 465 20 66
Binary 10011100 1110101 10010110 0 11001 100 100111 100110101 10000 110110

Color Harmonies of #9C7596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7596

Black with #9C7596

Text Example


Text Example

White with #9C7596

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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