Html Css Color HEX #9C6B8E Mountbatten Pink

📋 copy color: '#9C6B8E'

red 156 ◦ green 107 ◦ blue 142

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

Shades of Mountbatten Pink #9C6B8E

Tints of Mountbatten Pink #9C6B8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.06%

R = 38.52%
G = 26.42%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.09

 K value IS 0.39

RGB Variations

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

Color information

#9C6B8E (or 0x9C6B8E) is known color: Mountbatten Pink. HEX triplet: 9C, 6B and 8E. RGB value is (156,107,142). Sum of RGB (Red+Green+Blue) = 156+107+142=405 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.52% from 405); Green value is 107 (42.19% from 255 or 26.42% from 405); Blue value is 142 (55.86% from 255 or 35.06% from 405); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6B8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6B8E is #639471. Grayscale: #7D7D7D. Windows color (decimal): -6526066 or 9333660. OLE color: 9333660.

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

Color convert

RGB 156 107 142 -
CMYK 0 0.31 0.09 0.39
HSL 317.14º 0.2% 0.52% -
HSV(B) 317.14º 0.31% 0.61% -
XYZ 23.85 19.54 28.11 -
YUV 125.64 137.23 149.65 -
System Red Green Blue C M Y K H S L
Decimal 156 107 142 0 0.31 0.09 0.39 317.14 0.2 0.52
Hex 9C 6B 8E 0 1F 9 27 13D 14 34
Octal 234 153 216 0 37 11 47 475 24 64
Binary 10011100 1101011 10001110 0 11111 1001 100111 100111101 10100 110100

Color Harmonies of #9C6B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6B8E

Black with #9C6B8E

Text Example


Text Example

White with #9C6B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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