Html Css Color HEX #9C7293 Mountbatten Pink

📋 copy color: '#9C7293'

red 156 ◦ green 114 ◦ blue 147

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

Shades of Mountbatten Pink #9C7293

Tints of Mountbatten Pink #9C7293

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.34%

 BLUE value IS 147 (57.81% from 255) = 35.25%

R = 37.41%
G = 27.34%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.06

 K value IS 0.39

RGB Variations

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

Color information

#9C7293 (or 0x9C7293) is known color: Mountbatten Pink. HEX triplet: 9C, 72 and 93. RGB value is (156,114,147). Sum of RGB (Red+Green+Blue) = 156+114+147=417 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.41% from 417); Green value is 114 (44.92% from 255 or 27.34% from 417); Blue value is 147 (57.81% from 255 or 35.25% from 417); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7293 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7293 is #638D6C. Grayscale: #828282. Windows color (decimal): -6524269 or 9663132. OLE color: 9663132.

HSL color Cylindrical-coordinate representation of color #9C7293: hue angle of 312.86º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9C7293 is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 114 147 -
CMYK 0 0.27 0.06 0.39
HSL 312.86º 0.18% 0.53% -
HSV(B) 312.86º 0.27% 0.61% -
XYZ 24.99 21.21 30.38 -
YUV 130.32 137.41 146.32 -
System Red Green Blue C M Y K H S L
Decimal 156 114 147 0 0.27 0.06 0.39 312.86 0.18 0.53
Hex 9C 72 93 0 1B 6 27 139 12 35
Octal 234 162 223 0 33 6 47 471 22 65
Binary 10011100 1110010 10010011 0 11011 110 100111 100111001 10010 110101

Color Harmonies of #9C7293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7293

Black with #9C7293

Text Example


Text Example

White with #9C7293

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,114,147); }

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

background-color css

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

 a { background-color: rgb(156,114,147); }

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

border-color css

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

 span { border-color: rgb(156,114,147); }

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