Html Css Color HEX #9C6991 Mountbatten Pink

📋 copy color: '#9C6991'

red 156 ◦ green 105 ◦ blue 145

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

Shades of Mountbatten Pink #9C6991

Tints of Mountbatten Pink #9C6991

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.86%

 BLUE value IS 145 (57.03% from 255) = 35.71%

R = 38.42%
G = 25.86%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.07

 K value IS 0.39

RGB Variations

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

Color information

#9C6991 (or 0x9C6991) is known color: Mountbatten Pink. HEX triplet: 9C, 69 and 91. RGB value is (156,105,145). Sum of RGB (Red+Green+Blue) = 156+105+145=406 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.42% from 406); Green value is 105 (41.41% from 255 or 25.86% from 406); Blue value is 145 (57.03% from 255 or 35.71% from 406); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6991 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6991 is #63966E. Grayscale: #7C7C7C. Windows color (decimal): -6526575 or 9529756. OLE color: 9529756.

HSL color Cylindrical-coordinate representation of color #9C6991: hue angle of 312.94º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9C6991 is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 105 145 -
CMYK 0 0.33 0.07 0.39
HSL 312.94º 0.2% 0.51% -
HSV(B) 312.94º 0.33% 0.61% -
XYZ 23.87 19.22 29.24 -
YUV 124.81 139.4 150.25 -
System Red Green Blue C M Y K H S L
Decimal 156 105 145 0 0.33 0.07 0.39 312.94 0.2 0.51
Hex 9C 69 91 0 21 7 27 139 14 33
Octal 234 151 221 0 41 7 47 471 24 63
Binary 10011100 1101001 10010001 0 100001 111 100111 100111001 10100 110011

Color Harmonies of #9C6991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6991

Black with #9C6991

Text Example


Text Example

White with #9C6991

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,105,145); }

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

background-color css

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

 a { background-color: rgb(156,105,145); }

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

border-color css

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

 span { border-color: rgb(156,105,145); }

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