Html Css Color HEX #9C6B90 Mountbatten Pink

📋 copy color: '#9C6B90'

red 156 ◦ green 107 ◦ blue 144

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

Shades of Mountbatten Pink #9C6B90

Tints of Mountbatten Pink #9C6B90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 35.38%

R = 38.33%
G = 26.29%
B = 35.38%

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

#9C6B90 (or 0x9C6B90) is known color: Mountbatten Pink. HEX triplet: 9C, 6B and 90. RGB value is (156,107,144). Sum of RGB (Red+Green+Blue) = 156+107+144=407 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.33% from 407); Green value is 107 (42.19% from 255 or 26.29% from 407); Blue value is 144 (56.64% from 255 or 35.38% from 407); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6B90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6B90 is #63946F. Grayscale: #7D7D7D. Windows color (decimal): -6526064 or 9464732. OLE color: 9464732.

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

Color convert

RGB 156 107 144 -
CMYK 0 0.31 0.08 0.39
HSL 314.69º 0.2% 0.52% -
HSV(B) 314.69º 0.31% 0.61% -
XYZ 24 19.6 28.9 -
YUV 125.87 138.23 149.49 -
System Red Green Blue C M Y K H S L
Decimal 156 107 144 0 0.31 0.08 0.39 314.69 0.2 0.52
Hex 9C 6B 90 0 1F 8 27 13B 14 34
Octal 234 153 220 0 37 10 47 473 24 64
Binary 10011100 1101011 10010000 0 11111 1000 100111 100111011 10100 110100

Color Harmonies of #9C6B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6B90

Black with #9C6B90

Text Example


Text Example

White with #9C6B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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