Html Css Color HEX #9C6F90 Mountbatten Pink

📋 copy color: '#9C6F90'

red 156 ◦ green 111 ◦ blue 144

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

Shades of Mountbatten Pink #9C6F90

Tints of Mountbatten Pink #9C6F90

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.01%

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

R = 37.96%
G = 27.01%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#9C6F90 (or 0x9C6F90) is known color: Mountbatten Pink. HEX triplet: 9C, 6F and 90. RGB value is (156,111,144). Sum of RGB (Red+Green+Blue) = 156+111+144=411 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.96% from 411); Green value is 111 (43.75% from 255 or 27.01% from 411); Blue value is 144 (56.64% from 255 or 35.04% from 411); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6F90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6F90 is #63906F. Grayscale: #808080. Windows color (decimal): -6525040 or 9465756. OLE color: 9465756.

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

Color convert

RGB 156 111 144 -
CMYK 0 0.29 0.08 0.39
HSL 316º 0.19% 0.52% -
HSV(B) 316º 0.29% 0.61% -
XYZ 24.43 20.45 29.05 -
YUV 128.22 136.91 147.82 -
System Red Green Blue C M Y K H S L
Decimal 156 111 144 0 0.29 0.08 0.39 316 0.19 0.52
Hex 9C 6F 90 0 1D 8 27 13C 13 34
Octal 234 157 220 0 35 10 47 474 23 64
Binary 10011100 1101111 10010000 0 11101 1000 100111 100111100 10011 110100

Color Harmonies of #9C6F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6F90

Black with #9C6F90

Text Example


Text Example

White with #9C6F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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