Html Css Color HEX #9C6A8C Mountbatten Pink

📋 copy color: '#9C6A8C'

red 156 ◦ green 106 ◦ blue 140

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

Shades of Mountbatten Pink #9C6A8C

Tints of Mountbatten Pink #9C6A8C

RGB

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

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

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

R = 38.81%
G = 26.37%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#9C6A8C (or 0x9C6A8C) is known color: Mountbatten Pink. HEX triplet: 9C, 6A and 8C. RGB value is (156,106,140). Sum of RGB (Red+Green+Blue) = 156+106+140=402 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.81% from 402); Green value is 106 (41.80% from 255 or 26.37% from 402); Blue value is 140 (55.08% from 255 or 34.83% from 402); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6A8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6A8C is #639573. Grayscale: #7C7C7C. Windows color (decimal): -6526324 or 9202332. OLE color: 9202332.

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

Color convert

RGB 156 106 140 -
CMYK 0 0.32 0.10 0.39
HSL 319.2º 0.2% 0.51% -
HSV(B) 319.2º 0.32% 0.61% -
XYZ 23.6 19.27 27.29 -
YUV 124.83 136.57 150.24 -
System Red Green Blue C M Y K H S L
Decimal 156 106 140 0 0.32 0.10 0.39 319.2 0.2 0.51
Hex 9C 6A 8C 0 20 A 27 13F 14 33
Octal 234 152 214 0 40 12 47 477 24 63
Binary 10011100 1101010 10001100 0 100000 1010 100111 100111111 10100 110011

Color Harmonies of #9C6A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6A8C

Black with #9C6A8C

Text Example


Text Example

White with #9C6A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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