Html Css Color HEX #9C6D8D Mountbatten Pink

📋 copy color: '#9C6D8D'

red 156 ◦ green 109 ◦ blue 141

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

Shades of Mountbatten Pink #9C6D8D

Tints of Mountbatten Pink #9C6D8D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.85%

 BLUE value IS 141 (55.47% from 255) = 34.73%

R = 38.42%
G = 26.85%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#9C6D8D (or 0x9C6D8D) is known color: Mountbatten Pink. HEX triplet: 9C, 6D and 8D. RGB value is (156,109,141). Sum of RGB (Red+Green+Blue) = 156+109+141=406 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.42% from 406); Green value is 109 (42.97% from 255 or 26.85% from 406); Blue value is 141 (55.47% from 255 or 34.73% from 406); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6D8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6D8D is #639272. Grayscale: #7E7E7E. Windows color (decimal): -6525555 or 9268636. OLE color: 9268636.

HSL color Cylindrical-coordinate representation of color #9C6D8D: hue angle of 319.15º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9C6D8D is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 109 141 -
CMYK 0 0.30 0.10 0.39
HSL 319.15º 0.19% 0.52% -
HSV(B) 319.15º 0.3% 0.61% -
XYZ 23.99 19.93 27.78 -
YUV 126.7 136.07 148.9 -
System Red Green Blue C M Y K H S L
Decimal 156 109 141 0 0.30 0.10 0.39 319.15 0.19 0.52
Hex 9C 6D 8D 0 1E A 27 13F 13 34
Octal 234 155 215 0 36 12 47 477 23 64
Binary 10011100 1101101 10001101 0 11110 1010 100111 100111111 10011 110100

Color Harmonies of #9C6D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6D8D

Black with #9C6D8D

Text Example


Text Example

White with #9C6D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,109,141); }

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

background-color css

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

 a { background-color: rgb(156,109,141); }

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

border-color css

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

 span { border-color: rgb(156,109,141); }

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