Html Css Color HEX #9F698F Mountbatten Pink

📋 copy color: '#9F698F'

red 159 ◦ green 105 ◦ blue 143

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

Shades of Mountbatten Pink #9F698F

Tints of Mountbatten Pink #9F698F

RGB

 RED value IS 159 (62.5% from 255) = 39.07%

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

 BLUE value IS 143 (56.25% from 255) = 35.14%

R = 39.07%
G = 25.8%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#9F698F (or 0x9F698F) is known color: Mountbatten Pink. HEX triplet: 9F, 69 and 8F. RGB value is (159,105,143). Sum of RGB (Red+Green+Blue) = 159+105+143=407 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.07% from 407); Green value is 105 (41.41% from 255 or 25.80% from 407); Blue value is 143 (56.25% from 255 or 35.14% from 407); Max value from RGB is 159 - color contains mainly: red. Hex color #9F698F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F698F is #609670. Grayscale: #7D7D7D. Windows color (decimal): -6329969 or 9398687. OLE color: 9398687.

HSL color Cylindrical-coordinate representation of color #9F698F: hue angle of 317.78º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9F698F is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 105 143 -
CMYK 0 0.34 0.10 0.38
HSL 317.78º 0.22% 0.52% -
HSV(B) 317.78º 0.34% 0.62% -
XYZ 24.31 19.46 28.46 -
YUV 125.48 137.89 151.91 -
System Red Green Blue C M Y K H S L
Decimal 159 105 143 0 0.34 0.10 0.38 317.78 0.22 0.52
Hex 9F 69 8F 0 22 A 26 13E 16 34
Octal 237 151 217 0 42 12 46 476 26 64
Binary 10011111 1101001 10001111 0 100010 1010 100110 100111110 10110 110100

Color Harmonies of #9F698F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F698F

Black with #9F698F

Text Example


Text Example

White with #9F698F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,105,143); }

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

background-color css

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

 a { background-color: rgb(159,105,143); }

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

border-color css

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

 span { border-color: rgb(159,105,143); }

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