Html Css Color HEX #9C6C90 Mountbatten Pink

📋 copy color: '#9C6C90'

red 156 ◦ green 108 ◦ blue 144

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

Shades of Mountbatten Pink #9C6C90

Tints of Mountbatten Pink #9C6C90

RGB

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

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

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

R = 38.24%
G = 26.47%
B = 35.29%

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

#9C6C90 (or 0x9C6C90) is known color: Mountbatten Pink. HEX triplet: 9C, 6C and 90. RGB value is (156,108,144). Sum of RGB (Red+Green+Blue) = 156+108+144=408 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.24% from 408); Green value is 108 (42.58% from 255 or 26.47% from 408); Blue value is 144 (56.64% from 255 or 35.29% from 408); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6C90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6C90 is #63936F. Grayscale: #7E7E7E. Windows color (decimal): -6525808 or 9464988. OLE color: 9464988.

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

Color convert

RGB 156 108 144 -
CMYK 0 0.31 0.08 0.39
HSL 315º 0.2% 0.52% -
HSV(B) 315º 0.31% 0.61% -
XYZ 24.11 19.81 28.94 -
YUV 126.46 137.9 149.07 -
System Red Green Blue C M Y K H S L
Decimal 156 108 144 0 0.31 0.08 0.39 315 0.2 0.52
Hex 9C 6C 90 0 1F 8 27 13B 14 34
Octal 234 154 220 0 37 10 47 473 24 64
Binary 10011100 1101100 10010000 0 11111 1000 100111 100111011 10100 110100

Color Harmonies of #9C6C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6C90

Black with #9C6C90

Text Example


Text Example

White with #9C6C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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