Html Css Color HEX #9C698E Mountbatten Pink

📋 copy color: '#9C698E'

red 156 ◦ green 105 ◦ blue 142

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

Shades of Mountbatten Pink #9C698E

Tints of Mountbatten Pink #9C698E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.05%

 BLUE value IS 142 (55.86% from 255) = 35.24%

R = 38.71%
G = 26.05%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.09

 K value IS 0.39

RGB Variations

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

Color information

#9C698E (or 0x9C698E) is known color: Mountbatten Pink. HEX triplet: 9C, 69 and 8E. RGB value is (156,105,142). Sum of RGB (Red+Green+Blue) = 156+105+142=403 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.71% from 403); Green value is 105 (41.41% from 255 or 26.05% from 403); Blue value is 142 (55.86% from 255 or 35.24% from 403); Max value from RGB is 156 - color contains mainly: red. Hex color #9C698E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C698E is #639671. Grayscale: #7C7C7C. Windows color (decimal): -6526578 or 9333148. OLE color: 9333148.

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

Color convert

RGB 156 105 142 -
CMYK 0 0.33 0.09 0.39
HSL 316.47º 0.2% 0.51% -
HSV(B) 316.47º 0.33% 0.61% -
XYZ 23.64 19.12 28.04 -
YUV 124.47 137.9 150.49 -
System Red Green Blue C M Y K H S L
Decimal 156 105 142 0 0.33 0.09 0.39 316.47 0.2 0.51
Hex 9C 69 8E 0 21 9 27 13C 14 33
Octal 234 151 216 0 41 11 47 474 24 63
Binary 10011100 1101001 10001110 0 100001 1001 100111 100111100 10100 110011

Color Harmonies of #9C698E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C698E

Black with #9C698E

Text Example


Text Example

White with #9C698E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,105,142); }

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

background-color css

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

 a { background-color: rgb(156,105,142); }

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

border-color css

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

 span { border-color: rgb(156,105,142); }

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