Html Css Color HEX #9C6B8F Mountbatten Pink

📋 copy color: '#9C6B8F'

red 156 ◦ green 107 ◦ blue 143

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

Shades of Mountbatten Pink #9C6B8F

Tints of Mountbatten Pink #9C6B8F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.35%

 BLUE value IS 143 (56.25% from 255) = 35.22%

R = 38.42%
G = 26.35%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#9C6B8F (or 0x9C6B8F) is known color: Mountbatten Pink. HEX triplet: 9C, 6B and 8F. RGB value is (156,107,143). Sum of RGB (Red+Green+Blue) = 156+107+143=406 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.42% from 406); Green value is 107 (42.19% from 255 or 26.35% from 406); Blue value is 143 (56.25% from 255 or 35.22% from 406); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6B8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6B8F is #639470. Grayscale: #7D7D7D. Windows color (decimal): -6526065 or 9399196. OLE color: 9399196.

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

Color convert

RGB 156 107 143 -
CMYK 0 0.31 0.08 0.39
HSL 315.92º 0.2% 0.52% -
HSV(B) 315.92º 0.31% 0.61% -
XYZ 23.93 19.57 28.5 -
YUV 125.76 137.73 149.57 -
System Red Green Blue C M Y K H S L
Decimal 156 107 143 0 0.31 0.08 0.39 315.92 0.2 0.52
Hex 9C 6B 8F 0 1F 8 27 13C 14 34
Octal 234 153 217 0 37 10 47 474 24 64
Binary 10011100 1101011 10001111 0 11111 1000 100111 100111100 10100 110100

Color Harmonies of #9C6B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6B8F

Black with #9C6B8F

Text Example


Text Example

White with #9C6B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,107,143); }

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

background-color css

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

 a { background-color: rgb(156,107,143); }

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

border-color css

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

 span { border-color: rgb(156,107,143); }

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