Html Css Color HEX #9C6B8C Mountbatten Pink

📋 copy color: '#9C6B8C'

red 156 ◦ green 107 ◦ blue 140

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

Shades of Mountbatten Pink #9C6B8C

Tints of Mountbatten Pink #9C6B8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.74%

R = 38.71%
G = 26.55%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#9C6B8C (or 0x9C6B8C) is known color: Mountbatten Pink. HEX triplet: 9C, 6B and 8C. RGB value is (156,107,140). Sum of RGB (Red+Green+Blue) = 156+107+140=403 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.71% from 403); Green value is 107 (42.19% from 255 or 26.55% from 403); Blue value is 140 (55.08% from 255 or 34.74% from 403); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6B8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6B8C is #639473. Grayscale: #7D7D7D. Windows color (decimal): -6526068 or 9202588. OLE color: 9202588.

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

Color convert

RGB 156 107 140 -
CMYK 0 0.31 0.10 0.39
HSL 319.59º 0.2% 0.52% -
HSV(B) 319.59º 0.31% 0.61% -
XYZ 23.7 19.48 27.32 -
YUV 125.41 136.23 149.82 -
System Red Green Blue C M Y K H S L
Decimal 156 107 140 0 0.31 0.10 0.39 319.59 0.2 0.52
Hex 9C 6B 8C 0 1F A 27 140 14 34
Octal 234 153 214 0 37 12 47 500 24 64
Binary 10011100 1101011 10001100 0 11111 1010 100111 101000000 10100 110100

Color Harmonies of #9C6B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6B8C

Black with #9C6B8C

Text Example


Text Example

White with #9C6B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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