Html Css Color HEX #9C6C8F Mountbatten Pink

📋 copy color: '#9C6C8F'

red 156 ◦ green 108 ◦ blue 143

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

Shades of Mountbatten Pink #9C6C8F

Tints of Mountbatten Pink #9C6C8F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.54%

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

R = 38.33%
G = 26.54%
B = 35.14%

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

#9C6C8F (or 0x9C6C8F) is known color: Mountbatten Pink. HEX triplet: 9C, 6C and 8F. RGB value is (156,108,143). Sum of RGB (Red+Green+Blue) = 156+108+143=407 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.33% from 407); Green value is 108 (42.58% from 255 or 26.54% from 407); Blue value is 143 (56.25% from 255 or 35.14% from 407); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6C8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6C8F is #639370. Grayscale: #7E7E7E. Windows color (decimal): -6525809 or 9399452. OLE color: 9399452.

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

Color convert

RGB 156 108 143 -
CMYK 0 0.31 0.08 0.39
HSL 316.25º 0.2% 0.52% -
HSV(B) 316.25º 0.31% 0.61% -
XYZ 24.03 19.78 28.54 -
YUV 126.34 137.4 149.15 -
System Red Green Blue C M Y K H S L
Decimal 156 108 143 0 0.31 0.08 0.39 316.25 0.2 0.52
Hex 9C 6C 8F 0 1F 8 27 13C 14 34
Octal 234 154 217 0 37 10 47 474 24 64
Binary 10011100 1101100 10001111 0 11111 1000 100111 100111100 10100 110100

Color Harmonies of #9C6C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6C8F

Black with #9C6C8F

Text Example


Text Example

White with #9C6C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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