Html Css Color HEX #9C6A8F Mountbatten Pink

📋 copy color: '#9C6A8F'

red 156 ◦ green 106 ◦ blue 143

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

Shades of Mountbatten Pink #9C6A8F

Tints of Mountbatten Pink #9C6A8F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.17%

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

R = 38.52%
G = 26.17%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#9C6A8F (or 0x9C6A8F) is known color: Mountbatten Pink. HEX triplet: 9C, 6A and 8F. RGB value is (156,106,143). Sum of RGB (Red+Green+Blue) = 156+106+143=405 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.52% from 405); Green value is 106 (41.80% from 255 or 26.17% from 405); Blue value is 143 (56.25% from 255 or 35.31% from 405); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6A8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6A8F is #639570. Grayscale: #7D7D7D. Windows color (decimal): -6526321 or 9398940. OLE color: 9398940.

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

Color convert

RGB 156 106 143 -
CMYK 0 0.32 0.08 0.39
HSL 315.6º 0.2% 0.51% -
HSV(B) 315.6º 0.32% 0.61% -
XYZ 23.82 19.36 28.47 -
YUV 125.17 138.07 149.99 -
System Red Green Blue C M Y K H S L
Decimal 156 106 143 0 0.32 0.08 0.39 315.6 0.2 0.51
Hex 9C 6A 8F 0 20 8 27 13C 14 33
Octal 234 152 217 0 40 10 47 474 24 63
Binary 10011100 1101010 10001111 0 100000 1000 100111 100111100 10100 110011

Color Harmonies of #9C6A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6A8F

Black with #9C6A8F

Text Example


Text Example

White with #9C6A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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