Html Css Color HEX #9C6690 Mountbatten Pink

📋 copy color: '#9C6690'

red 156 ◦ green 102 ◦ blue 144

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

Shades of Mountbatten Pink #9C6690

Tints of Mountbatten Pink #9C6690

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.37%

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

R = 38.81%
G = 25.37%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#9C6690 (or 0x9C6690) is known color: Mountbatten Pink. HEX triplet: 9C, 66 and 90. RGB value is (156,102,144). Sum of RGB (Red+Green+Blue) = 156+102+144=402 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.81% from 402); Green value is 102 (40.23% from 255 or 25.37% from 402); Blue value is 144 (56.64% from 255 or 35.82% from 402); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6690 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6690 is #63996F. Grayscale: #7A7A7A. Windows color (decimal): -6527344 or 9463452. OLE color: 9463452.

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

Color convert

RGB 156 102 144 -
CMYK 0 0.35 0.08 0.39
HSL 313.33º 0.21% 0.51% -
HSV(B) 313.33º 0.35% 0.61% -
XYZ 23.5 18.58 28.73 -
YUV 122.93 139.89 151.58 -
System Red Green Blue C M Y K H S L
Decimal 156 102 144 0 0.35 0.08 0.39 313.33 0.21 0.51
Hex 9C 66 90 0 23 8 27 139 15 33
Octal 234 146 220 0 43 10 47 471 25 63
Binary 10011100 1100110 10010000 0 100011 1000 100111 100111001 10101 110011

Color Harmonies of #9C6690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6690

Black with #9C6690

Text Example


Text Example

White with #9C6690

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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